mirror of https://gitee.com/antv-l7/antv-l7
32 lines
1.7 KiB
JavaScript
32 lines
1.7 KiB
JavaScript
module.exports = [{
|
|
plugin: require('../node_modules/gatsby-remark-autolink-headers/gatsby-browser.js'),
|
|
options: {"plugins":[]},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-offline/gatsby-browser.js'),
|
|
options: {"plugins":[]},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-manifest/gatsby-browser.js'),
|
|
options: {"plugins":[],"name":"gatsby-starter-default","short_name":"starter","start_url":"/","background_color":"#1890FF","theme_color":"#1890FF","display":"minimal-ui","icon":"/Users/lizhengxue/Documents/AntV/github/L7_2.0/L7/node_modules/@antv/gatsby-theme-antv/site/images/favicon.png"},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-catch-links/gatsby-browser.js'),
|
|
options: {"plugins":[]},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-nprogress/gatsby-browser.js'),
|
|
options: {"plugins":[]},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-layout/gatsby-browser.js'),
|
|
options: {"plugins":[],"component":"/Users/lizhengxue/Documents/AntV/github/L7_2.0/L7/node_modules/@antv/gatsby-theme-antv/site/layouts/layout.tsx"},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-nprogress/gatsby-browser.js'),
|
|
options: {"plugins":[],"color":"#1890FF"},
|
|
},{
|
|
plugin: require('../node_modules/gatsby-plugin-google-analytics/gatsby-browser.js'),
|
|
options: {"plugins":[],"trackingId":"UA-148148901-7"},
|
|
},{
|
|
plugin: require('../node_modules/@antv/gatsby-theme-antv/gatsby-browser.js'),
|
|
options: {"plugins":[],"pathPrefix":"/l7","GATrackingId":"UA-148148901-7","theme":{"primary-color":"#722ED1"}},
|
|
},{
|
|
plugin: require('../gatsby-browser.js'),
|
|
options: {"plugins":[]},
|
|
}]
|