Skip to content

Commit

Permalink
fix: rollback redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
tnolet committed Jan 8, 2025
1 parent de91884 commit eaee817
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@
],
"redirects": [
{
"source": "/:path*",
"source": "/",
"has": [
{
"type": "host",
"value": "docs.checklyhq.com"
}
],
"destination": "https://www.checklyhq.com/docs/:path*",
"permanent": true
"destination": "https://www.checklyhq.com/docs/"
},
{ "source": "/learn/headless/avoiding-hard-waits(/)?", "destination": "/learn/playwright/waits-and-timeouts", "permanent": true },
{ "source": "/learn/headless/basics-clicking-typing(/)?", "destination": "/learn/playwright/clicking-typing-hovering", "permanent": true },
Expand Down

0 comments on commit eaee817

Please sign in to comment.