Skip to content

Commit

Permalink
Set up redirects for old content
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Jan 3, 2024
1 parent 89e34ff commit adfa154
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"redirects": [
{ "source": "/me", "destination": "/profile.html", "permanent": true },
{ "source": "/echo.html", "destination": "/reference/websocket-echo", "permanent": false },
{ "source": "/demos/racer/run/", "destination": "https://ably.com/examples", "permanent": true },
{ "source": "/index.html", "destination": "/", "permanent": true },
{ "source": "/aboutwebsocket.html", "destination": "/guides/websockets", "permanent": false },
{ "source": "/quantum.html", "destination": "https://ably.com/topic/websockets-history", "permanent": true }
]
}

0 comments on commit adfa154

Please sign in to comment.