chore: update meta, caching and headers (#37159)
This commit is contained in:
@ -109,6 +109,20 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-advanced-sitemap`,
|
||||
options: {
|
||||
exclude: [
|
||||
`/dev-404-page`,
|
||||
`/404`,
|
||||
`/404.html`,
|
||||
`/offline-plugin-app-shell-fallback`,
|
||||
`/learn`,
|
||||
/(\/)learn(\/)\S*/
|
||||
],
|
||||
addUncaughtPages: true
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-plugin-manifest',
|
||||
options: {
|
||||
@ -129,8 +143,6 @@ module.exports = {
|
||||
fonts: ['Lato:300,400,400i,500,700', 'Roboto Mono:400,700']
|
||||
}
|
||||
},
|
||||
'gatsby-plugin-sitemap',
|
||||
'gatsby-plugin-remove-fingerprints',
|
||||
'gatsby-plugin-remove-serviceworker'
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user