mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
Add deployment of console
This commit is contained in:
13
.s3deploy.yml
Normal file
13
.s3deploy.yml
Normal 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
|
||||
Reference in New Issue
Block a user