1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 17:23:50 +01:00

don't cache feed files

This commit is contained in:
Matthias Kretschmann 2019-11-09 12:52:13 +01:00
parent f59f1bb7c1
commit 80fc464e14
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 2 deletions

View File

@ -215,12 +215,12 @@ module.exports = {
minify: true
}
},
'gatsby-plugin-webpack-size',
'gatsby-plugin-react-helmet',
'gatsby-plugin-catch-links',
'gatsby-redirect-from',
'gatsby-plugin-meta-redirect',
'gatsby-plugin-offline',
'gatsby-plugin-typescript'
'gatsby-plugin-typescript',
'gatsby-plugin-webpack-size'
]
}

View File

@ -19,6 +19,8 @@ function s3sync {
--exclude "*page-data.json" \
--exclude "chunk-map.json" \
--exclude "sitemap.xml" \
--exclude "feed.xml" \
--exclude "feed.json" \
--exclude ".iconstats.json" \
--exclude "humans.txt" \
--exclude "robots.txt" \
@ -33,6 +35,8 @@ function s3sync {
--include "*page-data.json" \
--include "chunk-map.json" \
--include "sitemap.xml" \
--include "feed.xml" \
--include "feed.json" \
--include ".iconstats.json" \
--include "humans.txt" \
--include "robots.txt" \