ChopFresh / static.json
pranav8tripathi@gmail.com
init
56ea4c7
{
"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"
}
}
}