Redirect blog to main site

This commit is contained in:
Rick Hanlon
2024-12-05 13:59:46 -05:00
parent fd8b1e02b4
commit 3e34866da1

View File

@@ -4,6 +4,11 @@
},
"trailingSlash": false,
"redirects": [
{
"source": "/blog/:slug",
"destination": "https://react.dev/blog/:slug",
"permanent": true
},
{
"source": "/reference",
"destination": "/reference/react",