mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
more caching tweaks
This commit is contained in:
parent
80fc464e14
commit
f46bcb1972
@ -17,6 +17,7 @@ function s3sync {
|
||||
--exclude "*.html" \
|
||||
--exclude "sw.js" \
|
||||
--exclude "*page-data.json" \
|
||||
--exclude "*app-data.json" \
|
||||
--exclude "chunk-map.json" \
|
||||
--exclude "sitemap.xml" \
|
||||
--exclude "feed.xml" \
|
||||
@ -33,6 +34,7 @@ function s3sync {
|
||||
--include "*.html" \
|
||||
--include "sw.js" \
|
||||
--include "*page-data.json" \
|
||||
--include "*app-data.json" \
|
||||
--include "chunk-map.json" \
|
||||
--include "sitemap.xml" \
|
||||
--include "feed.xml" \
|
||||
|
Loading…
Reference in New Issue
Block a user