Next.js Discord

Discord Forum

metaData

Answered
Blanc de Hotot posted this in #help-forum
Open in Discord
Blanc de HototOP
Greetings, everyone! I'm currently utilizing "next": "13.2.2" and trying to implement metadata into my project using the metaData object, but unfortunately, it's not working.
Answered by riský
metatdata like this is only a thing for app dir, if you want to set them in pages dir, make use of nextjs's head
View full answer

2 Replies

metatdata like this is only a thing for app dir, if you want to set them in pages dir, make use of nextjs's head
Answer
Blanc de HototOP
Thanks 🙂