Skip to content

Commit b3f1f23

Browse files
fix(vercel): correct asset paths in rewrite rules for base path deployment
1 parent 24e08d7 commit b3f1f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"rewrites": [
33
{
44
"source": "/web3messaging/assets/(.*)",
5-
"destination": "/web3messaging/assets/$1"
5+
"destination": "/assets/$1"
66
},
77
{
88
"source": "/web3messaging/(.*)",
9-
"destination": "/web3messaging/index.html"
9+
"destination": "/index.html"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)