-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Themes: Redirect /themes to /design #12730
Conversation
All work (tested both in live and localhost) except: ❌ |
b7f6fc5
to
8d77c73
Compare
Should be fixed (by amending the commit, so you might've to restart calypso.live). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok tested, looking good now 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested logged out as well.
👍
Step 1 of p4axMe-1jd-p2. Enables Calypso to handle
/themes
routes, redirecting them to/design
.To test:
Land on a couple of different
/themes
routes (with different combinations of tier/vertical/filter/search string), and observe that you are being redirected to the corresponding/design
route.Note that in production (and staging?),
/themes
still routes to Atlas, so this PR won't have any visible effect there yet. Step 2 will be to route/themes
to Calypso instead.