mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Make Query less strict
This commit is contained in:
parent
688c63910c
commit
dc051461c6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { Trans, Link, useI18next } from "gatsby-plugin-react-i18next"
|
|||
import styles from "./projects.module.scss";
|
||||
|
||||
export const query = graphql`
|
||||
query GetProjects($language: String!) {
|
||||
query GetProjects($language: String) {
|
||||
allProjectsJson(filter: {lang: {eq: $language}}) {
|
||||
nodes {
|
||||
lang
|
||||
|
|
Loading…
Add table
Reference in a new issue