This commit is contained in:
2024-05-21 00:12:19 +02:00
parent 9e0466f78b
commit 963987278a
22 changed files with 1025 additions and 90 deletions

View File

@ -41,10 +41,7 @@ const AssociationFragmentDefinition = graphql(`
export default async function Page() {
const allAssociationsQuery = graphql(`
query allAssociations {
index: page(
contentType: "associations.AssociationIndex"
urlPath: "/home/foreninger/"
) {
index: associationIndex {
... on AssociationIndex {
...AssociationIndex
}