Remove old pages and migrate to new site structure#261
Merged
DBStirling merged 9 commits intomainfrom Apr 6, 2026
Merged
Conversation
Removes legacy pages (landing, join, about, members, nonprofits, projects, etc.), deletes unused old-style components, upgrades Next.js and dependencies, adds new src/-based site with updated sections, and removes Extend A Family and LLSC from the projects page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for uwblueprint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@tailwindcss/oxide@4.2.2 requires Node >= 20, but Netlify was pinned to 18. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove @netlify/plugin-nextjs v3.9.2 (incompatible with Next.js 15) - Add output: "export" to next.config.ts for static site generation - Add images.unoptimized for static export compatibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The old @netlify/plugin-nextjs v3.9.2 keeps loading from Netlify's UI layer despite not showing in site plugin settings. Installing v5 as a dev dependency and declaring it in netlify.toml forces the repo version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
eric-mxrtin
approved these changes
Apr 6, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
src/-based App Router site with updated sections and componentsTest plan
/,/about,/join-us,/projects,/nonprofits,/students,/contact)src/pages/🤖 Generated with Claude Code