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