docs: fix redirects to /docs (#12260)

This commit is contained in:
Alex Rudenko 2024-04-12 09:43:14 +02:00 committed by GitHub
parent a66e53ca7d
commit 576b417216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,10 @@ const config = {
from: '/guides',
to: '/category/guides',
},
{
from: '/docs',
to: '/category/introduction',
},
{
from: '/chromium-support',
to: '/supported-browsers',