-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
fix: Redirect to Linux Blog #4204
Conversation
Fixes #4203 Redirect the app to the Linux Blog and take the product offline. * **netlify.toml**: Add a redirect from `https://app.opensauced.pizza/*` to `https://opensauced.pizza/blog/opensauced-is-joining-the-linux-foundation`. * **middleware.ts**: Add a check to redirect all routes to `https://opensauced.pizza/blog/opensauced-is-joining-the-linux-foundation`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/open-sauced/app/issues/4203?shareId=XXXX-XXXX-XXXX-XXXX).
✅ Deploy Preview for oss-insights ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for design-insights ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Not sure why the action runner is puking on trying to install a super old Node version and not what we have configured with version: 18
: the redirect looks to have worked on the deploy preview. Good to ship 👍🏼
Fixes #4203
Redirect the app to the Linux Blog and take the product offline.
https://app.opensauced.pizza/*
tohttps://opensauced.pizza/blog/opensauced-is-joining-the-linux-foundation
.https://opensauced.pizza/blog/opensauced-is-joining-the-linux-foundation
.For more details, open the Copilot Workspace session.