chore(workflows): Fix merge conflicts with master

This commit is contained in:
olivermrbl
2022-12-07 20:28:32 +01:00
890 changed files with 101176 additions and 38064 deletions

View 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":[]},
}]