You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction
Use Jsonld in app dir. I set it useAppDir={true}. it works, but it kinda annoying to see that warning in terminal, i think because it set in the same file you declare next/head, thats why this warning occur.
Expected behavior
No warning, maybe create seperate file specifically for app dir
Additional context
Thanks for creating this repo :)
The text was updated successfully, but these errors were encountered:
Describe the bug
Warning: You're using
next/head
inside theapp
directory, please migrate to the Metadata API. See https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#step-3-migrating-nexthead for more details.Reproduction
Use Jsonld in app dir. I set it useAppDir={true}. it works, but it kinda annoying to see that warning in terminal, i think because it set in the same file you declare next/head, thats why this warning occur.
Expected behavior
No warning, maybe create seperate file specifically for app dir
Additional context
Thanks for creating this repo :)
The text was updated successfully, but these errors were encountered: