Add support for deploying using Dokku
This commit is contained in:
10
static.json
Normal file
10
static.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"root": "dist/",
|
||||
"clean_urls": true,
|
||||
"https_only": true,
|
||||
"headers": {
|
||||
"/**": {
|
||||
"Cache-Control": "public, max-age=31536000"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user