Skip to content

Commit fc1c798

Browse files
petradonkaoz-agent
andauthored
Redirect /getting-started/what-is-warp to home (#3)
The trailing-slash variant /getting-started/what-is-warp/ already redirects to /, but the no-slash variant returned 404. GSC shows this URL has 106 clicks and 28,910 impressions over the last 90 days (the highest-traffic 404 in the new docs), so add the no-slash redirect to match. Co-authored-by: Oz <oz-agent@warp.dev>
1 parent eb08ca7 commit fc1c798

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,11 @@
23512351
"destination": "/getting-started/supported-shells/",
23522352
"statusCode": 308
23532353
},
2354+
{
2355+
"source": "/getting-started/what-is-warp",
2356+
"destination": "/",
2357+
"statusCode": 308
2358+
},
23542359
{
23552360
"source": "/guide/ssh-guide",
23562361
"destination": "/terminal/warpify/ssh/",

0 commit comments

Comments
 (0)