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
2 reactions

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