Spaces:
Sleeping
Sleeping
File size: 472 Bytes
56ea4c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"root": "dist",
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"https_only": true,
"headers": {
"/assets/**": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/*.html": {
"Cache-Control": "public, max-age=0, must-revalidate"
},
"/**/*.js": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**/*.css": {
"Cache-Control": "public, max-age=31536000, immutable"
}
}
}
|