-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(app-router): switch to app router #1252
Conversation
- Refactor ant design, sandpack, and nprogress usage. - Remove `next-seo`, use Next.js built-in Metadata API instead. - Remove `<MetaHeader />` component. - Rename metadata files. - Add 'use client' directive to components that use client-side code.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lighthouse Report✨ https://blog-5retim68x-sabertazs-projects.vercel.app/🚀 Vercel preview deployment
✨ https://blog-5retim68x-sabertazs-projects.vercel.app/posts🚀 Vercel preview deployment
✨ https://blog-5retim68x-sabertazs-projects.vercel.app/tags🚀 Vercel preview deployment
✨ https://blog-5retim68x-sabertazs-projects.vercel.app/books🚀 Vercel preview deployment
✨ https://blog-5retim68x-sabertazs-projects.vercel.app/about🚀 Vercel preview deployment
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1252 +/- ##
==========================================
- Coverage 98.43% 95.73% -2.70%
==========================================
Files 175 176 +1
Lines 830 844 +14
Branches 80 84 +4
==========================================
- Hits 817 808 -9
- Misses 12 35 +23
Partials 1 1 ☔ View full report in Codecov by Sentry. |
next-seo
, use Next.js built-in Metadata API instead.<MetaHeader />
component.Pull Request
This PR Contains
Motivation / Use-Case
Test-Case
I have verified these changes via:
Breaking Changes
Additional Info