diff options
Diffstat (limited to 'themes/docsy/.s3deploy.yml')
-rw-r--r-- | themes/docsy/.s3deploy.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/docsy/.s3deploy.yml b/themes/docsy/.s3deploy.yml deleted file mode 100644 index c8985e027..000000000 --- a/themes/docsy/.s3deploy.yml +++ /dev/null @@ -1,14 +0,0 @@ -routes: - - route: "^.+\\.(js|css|svg|ttf)$" - # cache static assets for 20 years - headers: - Cache-Control: "max-age=630720000, no-transform, public" - gzip: true - - route: "^.+\\.(png|jpg)$" - headers: - Cache-Control: "max-age=630720000, no-transform, public" - gzip: true - - route: "^.+\\.(html|xml|json)$" - gzip: true - -
\ No newline at end of file |