-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming package rename: Redux Starter Kit -> Redux Toolkit #3532
Comments
In terms of actually changing the domain, you'll just want to open a PR that updates your entry in the cnames_active.js file. As for a redirect, you will want to set up a page like https://node.js.org/ that contains a redirect triggered by a user action. We don't permit automatic redirects. |
@markerikson We can of course set up the new CNAME in JS.ORGs zonefile before you actually do the change in the repo to keep interrupts to a minimum. And if you want you even could keep both the subdomains. |
Yeah, if we could actually keep both domain names and point them both at the same site, that would be ideal. Can we do that? |
GitHub pages only lets you have one CNAME record per site. |
We're on Netlify, not GH Pages. |
For reference, the site we're pointing to is Line 1512 in 79b48bb
|
Ah right, my bad, not too familiar with netlify, does it look like you could setup two custom names for the same site? |
Seems like it, yes: |
We are planning to rename our Redux Starter Kit package (
redux-starter-kit
) to Redux Toolkit (@reduxjs/toolkit
), per reduxjs/redux-toolkit#246. Our docs are currently hosted at https://redux-starter-kit.js.org , and I would like to change that tohttps://redux-toolkit.js.org
when we're ready to flip the switch. Ideally, I'd also like to redirect any future requests ofredux-starter-kit.js.org
toredux-toolkit.js.org
, permanently.What steps will I need to take to make that happen?
The text was updated successfully, but these errors were encountered: