pugson pfp
pugson
@pugson
next.js 13 app router no longer supports <Head> so you gotta jump through hoops to set metadata on pages with 'use client' 😩
5 replies
0 recast
2 reactions

Matthew @ FarCon pfp
Matthew @ FarCon
@matthewmorek
You don't have to. You can use `generateMetadata` directly server side in Next.js 13.4 with App Router.
1 reply
0 recast
0 reaction

pugson pfp
pugson
@pugson
this doesn’t work on ‘use client’ components
1 reply
0 recast
1 reaction

Matthew @ FarCon pfp
Matthew @ FarCon
@matthewmorek
I have totally misread your post then. Thought you're not able to set meta inside RSC files. Reading comprehension module needs an upgrade. 🙃
2 replies
0 recast
0 reaction