UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

10 lines (8 loc) 181 B
import { PostQuery } from "../components/Piece"; export const CuriosityPostQuery: PostQuery = { site: { siteMetadata: { siteUrl: "https://example.dev/", }, }, };