mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Redirect blog to main site
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
},
|
||||
"trailingSlash": false,
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/blog/:slug",
|
||||
"destination": "https://react.dev/blog/:slug",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/reference",
|
||||
"destination": "/reference/react",
|
||||
|
||||
Reference in New Issue
Block a user