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

Prepare for next v14 by removing @next/font #177

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

mrecachinas
Copy link
Member

Based on the below warning

- warn Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate by running `npx @next/codemod@latest built-in-next-font .`. Read more: https://nextjs.org/docs/messages/built-in-next-font

this PR removes the @next/font package from the package.json file and replaces instances with the built-in next/font.

@mrecachinas mrecachinas requested a review from csmlo August 27, 2024 14:42
@mrecachinas mrecachinas merged commit 4354087 into main Aug 27, 2024
5 checks passed
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.

3 participants