import type { MetaRecord } from "nextra";

const meta: MetaRecord = {
  "frontend-guide": {
    title: "Frontend Guide",
  },
  studiokit: {
    title: "StudioKit Package",
  },
  "static-asset-hashing": {
    title: "Static Asset Hashing",
  },
};

export default meta;
