UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

8 lines (6 loc) 233 B
import { PortfolioPageQuery } from "../templates/portfolio-query"; export const CuriousityPortfolioPageQuery: PortfolioPageQuery = { allPortfolioItem: { edges: [{ node: { id: "", excerpt: "", slug: "", title: "" } }], }, };