mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Fix spotlight queries
This commit is contained in:
@@ -11,7 +11,7 @@ import * as SC from "./styles"
|
||||
|
||||
const ALL_ARCHIVES = graphql`
|
||||
query {
|
||||
archives: allFile(
|
||||
spotlights: allFile(
|
||||
filter: { sourceInstanceName: { eq: "spotlights" } }
|
||||
) {
|
||||
edges {
|
||||
|
||||
Reference in New Issue
Block a user