chore(workflows): Fix merge conflicts with master
This commit is contained in:
13
www/reference/.cache/api-runner-browser-plugins.js
Normal file
13
www/reference/.cache/api-runner-browser-plugins.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = [{
|
||||
plugin: require('../node_modules/gatsby-plugin-anchor-links/gatsby-browser.js'),
|
||||
options: {"plugins":[],"offset":-100,"duration":1000},
|
||||
},{
|
||||
plugin: require('../node_modules/gatsby-remark-autolink-headers/gatsby-browser.js'),
|
||||
options: {"plugins":[],"elements":["h2","h3","h4"],"offsetY":0,"className":"anchor"},
|
||||
},{
|
||||
plugin: require('../node_modules/gatsby-plugin-theme-ui/gatsby-browser.js'),
|
||||
options: {"plugins":[]},
|
||||
},{
|
||||
plugin: require('../gatsby-browser.js'),
|
||||
options: {"plugins":[]},
|
||||
}]
|
||||
Reference in New Issue
Block a user