mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
fix: remove now unused date from queries
This commit is contained in:
@@ -18,7 +18,6 @@ const ALL_RESOURCES = graphql`
|
|||||||
frontmatter {
|
frontmatter {
|
||||||
authors
|
authors
|
||||||
title
|
title
|
||||||
date
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ const ALL_RESOURCES = graphql`
|
|||||||
frontmatter {
|
frontmatter {
|
||||||
authors
|
authors
|
||||||
title
|
title
|
||||||
date
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user