Adds sitemap. (#982)

This commit is contained in:
Michael Novotny
2023-04-23 13:55:25 -05:00
committed by GitHub
parent ee900a48e8
commit a53ee3e3a0
6 changed files with 82 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ const collectionFragment = /* GraphQL */ `
seo {
...seo
}
updatedAt
}
${seoFragment}
`;