Andreas Thomas b4a3854c26
cloudflare (#1)
* build: remove rome

* build: remove rome

* cf

* cf

* wip
2023-03-23 00:22:37 +01: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];