Update site content, dependencies, and deploy to GitHub Pages#98
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lder The _ prefix prevents Next.js from serving these as routes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ta, and navbar Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… CTA Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrade all packages to latest versions compatible with Next 14 + React 18: - next/eslint-config-next: 14.2.35, eslint: 8.x, bootstrap: 5.3.8 - next-seo: 6.8.0, prettier: 3.x, sass: 1.83.0 - Remove unused prettier-eslint and prettier-eslint-cli (transitive vuln source) - Fix broken relative imports in src/pages/_deprecated/*.js - Reformat 27 files for Prettier 3 defaults Remaining 5 vulnerabilities are in Next.js 14 core (requires Next 15+/16 to fix). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ute to TechLadies Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Set up GitHub Actions to auto-deploy to GitHub Pages for both staging (plus-hi/techladies-staging) and production (TechLadies/website). Update volunteer copy and sign-up link. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
next export command was removed in this Next.js version. Use output: 'export' in config instead. Remove redirects, serverRuntimeConfig, and unused API route (addContact) as they are not supported in static export. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Images were not loading on staging (plus-hi.github.io/techladies-staging) because img src paths were absolute (e.g. /images/...) without the basePath prefix. Added prefix utility and applied it to all image references across pages, components, data files, and CSS backgrounds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No longer using Vercel for hosting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…pdate community links to Instagram and LinkedIn - Extract and add program icons from TL 2026 PDF (techladiesgather, techladieslearn, techladiestry, skill_events) - Add "In a gist" section with 3 hashtag categories on Programs page - Add "Skill Based Events" section between Mentorship and Meet/Community - Replace Facebook community links with Instagram on Programs and About pages - Add LinkedIn buttons alongside Instagram on both pages - Update community description text to reference LinkedIn and Instagram Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Wrap community buttons in flex container with centered alignment and gap - Standardize button text to "Join us on Instagram/LinkedIn" across pages Co-Authored-By: Claude Opus 4.6 (1M context) <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 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
_deprecated/output: 'export'static build (replaces deprecatednext export)next/linkfor internal navigation)Test plan
techladies.cowhen ready🤖 Generated with Claude Code