2023-03-26 14:00:02 +02:00

13 lines
527 B
JavaScript

// NOTE This file is auto-generated by Contentlayer
export { isType } from "contentlayer/client";
// NOTE During development Contentlayer imports from `.mjs` files to improve HMR speeds.
// During (production) builds Contentlayer it imports from `.json` files to improve build performance.
import allPages from "./Page/_index.json" assert { type: "json" };
import allProjects from "./Project/_index.json" assert { type: "json" };
export { allPages, allProjects };
export const allDocuments = [...allPages, ...allProjects];