i've got a page title that i've placed inside a Head tag brought in from next/head, but when i curl my URL the page title isn't returned like the meta description tag is. the title does show if i import Head from next/document.
is there something that i'm missing, or is this a potential bug with Head from next/head?
Edit: i am not using the app directory