Skip to content

Commit

Permalink
feat: redirect to new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
maielo committed Nov 6, 2024
1 parent e3d5bab commit c2eb2b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"redirects": [
{ "source": "/browser-nativefs", "destination": "/browser-fs-access/" },
{ "source": "/browser-nativefs/", "destination": "/browser-fs-access/" }
{
"source": "/(.*)",
"destination": "https://plus.excalidraw.com/blog",
"permanent": true
}
]
}
}

0 comments on commit c2eb2b9

Please sign in to comment.