Skip to content

Commit

Permalink
fix(docs): redirect double dash url
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Sep 10, 2022
1 parent 2e4c03a commit 25efc62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"github": { "silent": true, "enabled": false },
"redirects": [{ "source": "/docs", "destination": "/docs/" }]
"redirects": [
{ "source": "/docs", "destination": "/docs/" },
{ "source": "//docs", "destination": "/docs/" }
]
}

0 comments on commit 25efc62

Please sign in to comment.