add news
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user