Skip to content

Instantly share code, notes, and snippets.

@huggler
Created August 3, 2020 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save huggler/0f3bbab3a77c34a9811b3592f8765386 to your computer and use it in GitHub Desktop.
Save huggler/0f3bbab3a77c34a9811b3592f8765386 to your computer and use it in GitHub Desktop.
Now.json da odete.com.br hospedada na vercel
{
"version": 2,
"routes": [
{
"src": "^/service-worker.js$",
"dest": "static/service-worker.js",
"headers": {
"Cache-Control": "no-cache,no-store,max-age=0,must-revalidate",
"Service-Worker-Allowed": "/",
"Pragma": "no-cache",
"Expires": "0"
}
},
{"src": "^/favicon.ico$", "dest": "assets/icons/favicon.ico"},
{
"src": "/_next/static/(?:[^/]+/pages|chunks|runtime)/.+",
"headers": {
"Cache-Control": "no-cache,no-store,max-age=0,must-revalidate",
"Pragma": "no-cache",
"Expires": "0"
}
}
],
"regions" : ["gru1"],
"builds": [
{
"src": "next.config.js",
"use": "@now/next"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment