Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit e231ae6

Browse files
committed
Add gatsby-plugin-netilfy to handle redirect generation, move custom redirects to static assets folder.
1 parent e3490f1 commit e231ae6

3 files changed

Lines changed: 532 additions & 8 deletions

File tree

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
resolve: 'gatsby-transformer-remark',
2121
options: {
2222
plugins: [
23-
'gatsby-plugin-netlify',
2423
'gatsby-remark-copy-linked-files',
2524
`gatsby-remark-prismjs`,
2625
{
@@ -57,6 +56,7 @@ module.exports = {
5756
includePaths: ['./node_modules'],
5857
postCssPlugins: [autoprefixer({ browsers: browserslist() })]
5958
}
60-
}
59+
},
60+
'gatsby-plugin-netlify'
6161
]
6262
}

0 commit comments

Comments
 (0)