Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created March 19, 2022 03:45
Show Gist options
  • Save remarkablemark/519ae838ae4c3777f8e3ef3909068289 to your computer and use it in GitHub Desktop.
Save remarkablemark/519ae838ae4c3777f8e3ef3909068289 to your computer and use it in GitHub Desktop.
{
"root": "dist/",
"routes": {
"**": "index.html"
},
"https_only": true,
"error_page": "index.html",
"headers": {
"/**": {
"Cache-Control": "public, max-age=0, must-revalidate"
},
"/**.css": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**.ico": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**.jpg": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**.jpeg": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**.js": {
"Cache-Control": "public, max-age=31536000, immutable"
},
"/**.png": {
"Cache-Control": "public, max-age=31536000, immutable"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment