chore: update meta, caching and headers (#37159)

This commit is contained in:
mrugesh
2019-10-09 14:23:41 -07:00
committed by GitHub
parent ba1d5f9b60
commit cc3c9a8fa2
4 changed files with 149 additions and 63 deletions

View File

@ -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'
]
};