mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
add sitemap plugin
This commit is contained in:
parent
2c9fc7e89b
commit
e169b22bf4
@ -14,6 +14,7 @@ module.exports = {
|
||||
'gatsby-transformer-yaml',
|
||||
'gatsby-transformer-sharp',
|
||||
'gatsby-plugin-sharp',
|
||||
'gatsby-plugin-sitemap',
|
||||
'gatsby-plugin-offline',
|
||||
{
|
||||
resolve: 'gatsby-plugin-sass',
|
||||
|
@ -27,6 +27,7 @@
|
||||
"gatsby-plugin-remove-trailing-slashes": "^1.0.9",
|
||||
"gatsby-plugin-sass": "^1.0.26",
|
||||
"gatsby-plugin-sharp": "^1.6.44",
|
||||
"gatsby-plugin-sitemap": "^1.2.23",
|
||||
"gatsby-plugin-svgr": "^1.0.0",
|
||||
"gatsby-source-filesystem": "^1.5.35",
|
||||
"gatsby-transformer-sharp": "^1.6.24",
|
||||
|
Loading…
Reference in New Issue
Block a user