Fix spotlight queries

This commit is contained in:
Mark
2021-10-24 16:56:07 +01:00
parent 4d000252ec
commit 89fa0fd4a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import * as SC from "./styles"
const ALL_ARCHIVES = graphql`
query {
archives: allFile(
spotlights: allFile(
filter: { sourceInstanceName: { eq: "spotlights" } }
) {
edges {