Skip to content

Commit

Permalink
fix: testing the redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
maielo committed Nov 6, 2024
1 parent 83a5942 commit bca8066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"redirects": [
{
"source": "/:path*",
"destination": "https://plus.excalidraw.com/blog/:path*",
"source": "/:slug",
"destination": "https://plus.excalidraw.com/blog/:slug",
"permanent": true
}
]
Expand Down

0 comments on commit bca8066

Please sign in to comment.