Content pfp
Content
@
0 reply
0 recast
0 reaction

matt  โ†‘ แ–ฝ pfp
matt โ†‘ แ–ฝ
@blueish
@awkweb @jxom ๐Ÿธ Q ( frog inside a next JS app deployed to vercel ) want my frame to be served at โ€˜/โ€˜ not โ€˜/api/โ€˜. I see page/frame co-location ex in docs but my root takes a param ( link will always be โ€˜/<request-param>โ€™) - Can I pass along in the generateMetadata func or some other way? ๐Ÿงก๐Ÿธ!
1 reply
0 recast
1 reaction

matt  โ†‘ แ–ฝ pfp
matt โ†‘ แ–ฝ
@blueish
@awkweb @jxom suppose this was a Next question and not a frog q. sry for the spam. Got it sorted: ``` type Props = { params: { foo: string } } export async function generateMetadata({ params }: Props, parent: ResolvingMetadata): Promise<Metadata> { ``` access params in the generateMetadata func
0 reply
0 recast
0 reaction