Add deployment of console

This commit is contained in:
Eugene Dementyev
2023-07-25 19:25:41 +12:00
parent 1e5ea0e2fa
commit de4b088c31
2 changed files with 83 additions and 2 deletions

13
.s3deploy.yml Normal file
View File

@@ -0,0 +1,13 @@
routes:
- route: "^.+\\.(js|css|svg|ttf)$"
headers:
Cache-Control: "max-age=600, no-transform, public"
gzip: true
- route: "^.+\\.(png|jpg)$"
headers:
Cache-Control: "max-age=600, no-transform, public"
gzip: false
- route: "^.+\\.(html|xml|json)$"
headers:
Cache-Control: "public, max-age=0, must-revalidate"
gzip: true