Migrate to Next.js App Router#315
Conversation
Co-Authored-By: lee@vercel.com <lee@vercel.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
The /blog route 404s, that seems like a bug |
Co-Authored-By: lee@vercel.com <lee@vercel.com>
Co-Authored-By: lee@vercel.com <lee@vercel.com>
📝 Changed routes:
And 4 other routes: 10 deleted routes:
|
|
Did we ensure that global files like _app and _document were also considered? For the GTM stuff you might want to use @next/third-parties: https://nextjs.org/docs/app/guides/third-party-libraries Scan the pages/ dir and make sure we migrate all routes. I see there's a store route for security notice, for example, that didn't get moved over. The goal should be to delete pages/ entirely here. |
…routes Co-Authored-By: lee@vercel.com <lee@vercel.com>
Co-Authored-By: lee@vercel.com <lee@vercel.com>
…ocumentation Co-Authored-By: lee@vercel.com <lee@vercel.com>
|
Closing due to inactivity for more than 7 days. |




![Screenshot of /store/[name]](https://images.weserv.nl?url=https://sjc.microlink.io/dNAPZ8bEjXviRn3ETCr1woi9A_7j2iF0-jJGZT3owCdjpld_XVL5WTMtE7umapfEccJ4jy5dfernmvVC4cwRHA.png&w=600)
![Screenshot of /store/[name]/source](https://images.weserv.nl?url=https://sjc.microlink.io/V3M22wAwwTOWIIN7Mp_MvOZ9OrHgN1GP9fP3g4k7hC5LjlfmCes4FNFqRt-jLZfN0vAoH8qhTIhX6EZmLEWrIQ.png&w=600)
Next.js App Router Migration
This PR migrates the hyper-site repository from Next.js pages router to app router and updates all dependencies to the latest versions.
Changes
Testing
next buildLink to Devin run
https://app.devin.ai/sessions/1938faa728824d40beef9360372d521f
Requested by: lee@vercel.com