Added new redirect (#1422)

This commit is contained in:
Boris Martinovic 2023-08-31 09:32:20 +02:00 committed by GitHub
parent 84f425a594
commit b6a10dd0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,11 @@ module.exports = {
{
from: '/docs/integrations/css-frameworks',
to: '/docs/project/css-frameworks',
}
},
{
from: '/docs/tutorials/todo-app',
to: '/docs/tutorial/project-structure',
},
],
},
],