Update Vercel config for Next.js app
This commit is contained in:
parent
5737c6e1f0
commit
3c9388a56e
1 changed files with 0 additions and 6 deletions
|
|
@ -1,10 +1,4 @@
|
||||||
{
|
{
|
||||||
"rewrites": [
|
|
||||||
{
|
|
||||||
"source": "/((?!api|static|_next).*)",
|
|
||||||
"destination": "/index.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/static/(.*)",
|
"source": "/static/(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue