web: bump to node 22, next 15, react 19, etc.
This commit is contained in:
@@ -70,7 +70,7 @@ const VenueFragmentDefinition = graphql(`
|
||||
`);
|
||||
|
||||
export async function generateMetadata(
|
||||
{ params }: { params: { url: string[] } },
|
||||
{ params }: { params: Promise<{}> },
|
||||
parent: ResolvingMetadata
|
||||
): Promise<Metadata | null> {
|
||||
const { data, error } = await getClient().query(venueIndexQuery, {});
|
||||
|
||||
Reference in New Issue
Block a user