Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created June 17, 2022 00:39
Show Gist options
  • Save remarkablemark/8ad39271cca0ec1a7917818cbb4d9af6 to your computer and use it in GitHub Desktop.
Save remarkablemark/8ad39271cca0ec1a7917818cbb4d9af6 to your computer and use it in GitHub Desktop.
{
"public": "dist",
"rewrites": [{ "source": "**", "destination": "/index.html" }],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, must-revalidate"
}
]
},
{
"source": "**/*.@(css|ico|jpg|jpeg|js|gif|png)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment