Skip to content

Commit c2eb2b9

Browse files
committed
feat: redirect to new blog
1 parent e3d5bab commit c2eb2b9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

vercel.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"redirects": [
3-
{ "source": "/browser-nativefs", "destination": "/browser-fs-access/" },
4-
{ "source": "/browser-nativefs/", "destination": "/browser-fs-access/" }
3+
{
4+
"source": "/(.*)",
5+
"destination": "https://plus.excalidraw.com/blog",
6+
"permanent": true
7+
}
58
]
6-
}
9+
}

0 commit comments

Comments
 (0)