Created
August 3, 2020 15:44
-
-
Save huggler/0f3bbab3a77c34a9811b3592f8765386 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, | |
"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