Skip to content
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

migrate from Next.js Page router to App router #101

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

zeke
Copy link
Member

@zeke zeke commented May 13, 2024

This PR migrates the existing frontend and backend routes to use App router. The application logic is unchanged, but has been moved around into a different file and directory structure to match the App router conventions.

Resolves #100

@zeke zeke requested review from a team May 13, 2024 02:53
@zeke zeke force-pushed the use-next-js-app-router branch from e9d05a3 to 41047c7 Compare May 13, 2024 02:54
@zeke zeke merged commit 69ba9db into main May 13, 2024
1 check passed
@zeke zeke deleted the use-next-js-app-router branch May 13, 2024 03:01
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.

Migrate app to use Next.js newer App router instead of Page router
1 participant