123456789101112131415161718192021222324252627 |
- // Imports
- import plugin0 from '__react_static_root__/node_modules/react-static-plugin-reach-router/browser.api.js'
- // Plugins
- const plugins = [{
- location: "__react_static_root__/node_modules/react-static-plugin-source-filesystem",
- plugins: [],
- hooks: {}
- },
- {
- location: "__react_static_root__/node_modules/react-static-plugin-reach-router",
- plugins: [],
- hooks: plugin0({})
- },
- {
- location: "__react_static_root__/node_modules/react-static-plugin-sitemap/dist",
- plugins: [],
- hooks: {}
- },
- {
- location: "__react_static_root__/",
- plugins: [],
- hooks: {}
- }]
- // Export em!
- export default plugins
|