import { PiecePage } from "../components/Piece";

export const CuriousityPiecePage: PiecePage = {
  id: "42",
  excerpt: "test excerpt",
  html: "<div><span>Test Piece</span></div>",
  slug: "/test-piece",
  title: "Test Piece",
  tags: [],
  keywords: [],
  metadata: {
    type: ["Test"],
    status: ["Test"],
    role: ["Test"],
    homepage: "https://example.dev/",
    rubygemsGemName: "test",
    npmPackageName: "test",
    githubRepo: "test/test",
  },
  fileRelativePath: "",
  rawFrontmatter: "",
  rawMarkdownBody: "",
  frontmatter: {},
};
