Skip to content

Commit

Permalink
docs: fix redirects to /docs (#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 12, 2024
1 parent a66e53c commit 576b417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ const config = {
from: '/guides',
to: '/category/guides',
},
{
from: '/docs',
to: '/category/introduction',
},
{
from: '/chromium-support',
to: '/supported-browsers',
Expand Down

0 comments on commit 576b417

Please sign in to comment.