-
Notifications
You must be signed in to change notification settings - Fork 5.1k
App router pages #15114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App router pages #15114
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
847577a
to
895ddde
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pettinarip This looks great overall... Working well for me locally. Pushed one tiny patch, but there are still merge-conflicts, in particular with the /start/
page which appears to still need migrating/refactoring since it's using PageMetadata
ands @/i18n/loadNamespace
.
After those are cleared, I think this is ready to pull into dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Migrates all remaining pages in
/src/pages/[locale]
to/app/[locale]
and removes the pages directory.