Skip to content

Commit 21699e3

Browse files
committed
Fix vercel redirect
1 parent 186ed3d commit 21699e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"rewrites": [
88
{
9-
"source": "/(address/|token/)?0x([0-9a-fA-F])*(\\/)?",
9+
"source": "/(address/|token/)?([0x0-9a-fA-F\\,])*(\\/)?",
1010
"destination": "/index.html"
1111
}
1212
]

0 commit comments

Comments
 (0)