Skip to content

Commit 10493d1

Browse files
committed
🔧 (vercel.json): Add rewrite for potential GitHub SVG Fix
1 parent 5e632b8 commit 10493d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎vercel.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"rewrites": [
3+
{"source": "/:a*", "destination": "/"}
4+
],
25
"headers": [
36
{
47
"source": "/(.*)",

0 commit comments

Comments
 (0)