web: bump to node 22, next 15, react 19, etc.

This commit is contained in:
2025-04-30 19:21:33 +02:00
parent 7030950850
commit cc2a11cd64
21 changed files with 2384 additions and 2580 deletions

View File

@ -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, {});