Created
March 19, 2022 03:45
-
-
Save remarkablemark/519ae838ae4c3777f8e3ef3909068289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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