Skip to content

Commit

Permalink
feat: correct sidemap redirect (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
maielo authored Nov 7, 2024
1 parent dacffba commit 083a427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"cleanUrls": true,
"redirects": [
{
"source": "/sitemap.xml",
"destination": "https://plus.excalidraw.com/blog-sitemap.xml",
"permanent": true
},
{
"source": "/",
"destination": "https://plus.excalidraw.com/blog",
Expand Down

0 comments on commit 083a427

Please sign in to comment.