Where to I add manifest.json in Next 13?
Unanswered
Spectacled Caiman posted this in #help-forum
Spectacled CaimanOP
Where to add
Is it in layout.tsx or the root page.tsx? or somewhere else?
<link rel="manifest" href="/manifest.json" /> ? Is it in layout.tsx or the root page.tsx? or somewhere else?
3 Replies
Orinoco Crocodile
yeah, where?
seems like a glaring omission from the docs
Orinoco Crocodile
Ahh, I see, it's not defined with a file it's defined in the
metadata object you export from your layout https://nextjs.org/docs/app/api-reference/functions/generate-metadata#manifest