UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

10 lines (8 loc) 235 B
import { PortfolioPieceItemQuery } from "../components/PortfolioListItem"; export const CuriosityPortfolioPieceItemQuery: PortfolioPieceItemQuery = { site: { siteMetadata: { siteUrl: "https://example.dev/", }, }, };