graphql.github.io
graphql.github.io copied to clipboard
Move index to app router
This PR attempts migrates the site index from pages router to app router and sets up the proper layout files.
Notes:
- Shuffled layouts around such that the root layout provides core
html/head/bodyelements.(main)and(conf)/conf/yearimplement viz-only. - not-found.tsx uses NavBar and Footer because it needs to live at the
/approot and can't use our(main)layout. - not-found.tsx uses a hacky way to get
<title>working. We can remove this after we've updated to modern nextjs.
@jonathanawesome is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel.
A member of the Team first needs to authorize it.
Deployment failed with the following error:
The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| graphql-github-io | Nov 10, 2025 9:58pm |
Let's merge https://github.com/graphql/graphql.github.io/pull/2227 first. Should help with the sidebar issue.