Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulogdm/fe88f4169ed4a084bc353949385039c8 to your computer and use it in GitHub Desktop.
Save paulogdm/fe88f4169ed4a084bc353949385039c8 to your computer and use it in GitHub Desktop.
Now.json da odete.com.br hospedada na vercel
{
"version": 2,
"rewrites": [
{
"source": "/service-worker.js",
"destination": "static/service-worker.js"
},
{"source": "/favicon.ico", "destination": "assets/icons/favicon.ico"}
],
"headers": [
{
"source": "/service-worker.js",
"headers" : [
{
"key" : "Cache-Control",
"value" : "no-cache,no-store,max-age=0,must-revalidate"
},
{
"key" : "Service-Worker-Allowed",
"value" : "/"
},
{
"key" : "Pragma",
"value" : "no-cache"
},
{
"key" : "Expires",
"value" : "0"
}
]
}
],
"regions" : ["gru1"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment