flowcore-io / luttaka-open

The open source event experience app powered by the Flowcore Data Management Platform
https://luttaka.com
MIT License
11 stars 11 forks source link

Use built-in next-font instead of @next/font #72

Closed olavurellefsen closed 3 months ago

olavurellefsen commented 4 months ago

Is your improvement request related to a specific problem in the code or project structure? Please describe. 👨‍💻 Warning when running yarn dev: ⚠ 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

olavurellefsen commented 3 months ago

Has been resolved