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