Skip to content

Commit 1948d25

Browse files
committed
update
1 parent b9ce226 commit 1948d25

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

waddlebet/vercel.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
"buildCommand": "npm run build",
55
"outputDirectory": "dist",
66
"rewrites": [
7+
{
8+
"source": "/api/nft/:path*",
9+
"destination": "https://clubpengu-server.onrender.com/api/nft/:path*"
10+
},
711
{
812
"source": "/ref/:code*",
913
"destination": "/index.html"
1014
},
1115
{
12-
"source": "/((?!assets|favicon|.*\\.).*)",
16+
"source": "/((?!assets|favicon|api|.*\\.).*)",
1317
"destination": "/index.html"
14-
}
18+
}
1519
]
1620
}

0 commit comments

Comments
 (0)