mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
13 lines
527 B
JavaScript
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];
|