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