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