Skip to content

Fix GitHub Pages deployment issues and add SEO#2

Merged
AugustoL merged 5 commits intomainfrom
fix/gh-pages-improvements
Mar 9, 2026
Merged

Fix GitHub Pages deployment issues and add SEO#2
AugustoL merged 5 commits intomainfrom
fix/gh-pages-improvements

Conversation

@AugustoL
Copy link
Copy Markdown
Contributor

@AugustoL AugustoL commented Mar 9, 2026

Summary

  • Add .nojekyll file so GitHub Pages serves _next/ assets correctly
  • Fix root page redirect to work with static export (server-side redirect() doesn't work in static export)
  • Add custom 404 page
  • Add sitemap.xml generation
  • Add robots.txt generation

Test plan

  • Verify _next/ assets (JS/CSS) load correctly on the deployed site
  • Verify /docs/ redirects to /docs/introduction
  • Verify navigating to a non-existent route shows the custom 404 page
  • Verify /docs/sitemap.xml is generated
  • Verify /docs/robots.txt is generated

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Error Error Open in v0 Mar 9, 2026 8:12pm

@AugustoL AugustoL merged commit b4a4823 into main Mar 9, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant