metaData
Answered
Blanc de Hotot posted this in #help-forum
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
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 🙂