Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactjs/react.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reactjs/react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 5, 2024

  1. Redirect blog to main site

    rickhanlonii committed Dec 5, 2024
    Copy the full SHA
    3e34866 View commit details
  2. Update redirects

    rickhanlonii committed Dec 5, 2024
    Copy the full SHA
    2bda6e8 View commit details
Showing with 15 additions and 0 deletions.
  1. +15 −0 vercel.json
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -4,6 +4,21 @@
},
"trailingSlash": false,
"redirects": [
{
"source": "/blog",
"destination": "https://react.dev/blog",
"permanent": true
},
{
"source": "/blog/:slug*",
"destination": "https://react.dev/blog/:slug*",
"permanent": true
},
{
"source": "/versions",
"destination": "https://react.dev/versions",
"permanent": true
},
{
"source": "/reference",
"destination": "/reference/react",