UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

11 lines (9 loc) 222 B
import { BaseLayoutData } from "../components/Base"; export const CuriousityBaseLayoutData: BaseLayoutData = { site: { siteMetadata: { title: "Test Site", siteUrl: "https://example.dev/", }, }, };