Forked from huggler/gist:0f3bbab3a77c34a9811b3592f8765386
Last active
August 3, 2020 17:07
-
-
Save paulogdm/fe88f4169ed4a084bc353949385039c8 to your computer and use it in GitHub Desktop.
Now.json da odete.com.br hospedada na vercel
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
{ | |
"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