This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Add Linux Foundation announcement banner and update redirects#449
Merged
Add Linux Foundation announcement banner and update redirects#449
Conversation
- Created reusable AnnouncementBanner component with dismissible functionality - Added banner to PageLayout announcing OpenSauced joining Linux Foundation - Updated intro.opensauced.pizza redirect to point to learn.osscommunities.com - Banner features orange gradient, responsive design, and external link support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for opensauced-landing ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Specify Node.js 18 to resolve compatibility with @netlify/plugin-lighthouse which requires <20 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ts (68f1741d0dd5900a0b55bbb4)
…ts (68f1741d0dd5900a0b55bbb4) (#450) Co-authored-by: netlify[bot] <noreply@netlify.com>
Set NODE_VERSION to 18 for production, deploy-preview, and branch-deploy contexts to ensure compatibility with @netlify/plugin-lighthouse 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Remove plugin to resolve Node.js version compatibility issue. The plugin requires Node <20 but causes conflicts with other dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Update to Node.js 22 now that @netlify/plugin-lighthouse has been removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
Netlify Build IssueThe build is still failing because Action Required:
The plugin requires Node.js <20 but is incompatible with the current setup. All other plugins are properly configured in |
Member
Author
|
Plugin has been removed from Netlify UI. Triggering rebuild... |
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
AnnouncementBanner.tsx- Reusable banner with orange gradient, dismiss functionality, and responsive designPageLayout.tsx- Integrated banner at top of all pagespublic/_redirects- Changed redirect destination from opensauced.pizza/learn to learn.osscommunities.comnext-env.d.ts- Next.js type definitions updatedTest Plan
🤖 Generated with Claude Code