Used MDX for pages to include components

This commit is contained in:
2023-09-03 01:06:30 +02:00
parent ff63fa888b
commit 412ab0810d
7 changed files with 81 additions and 5 deletions

View File

@@ -183,6 +183,7 @@ const config = defineConfig({
label: "Pages",
name: "page",
path: "content/pages",
format: "mdx",
ui: {
router: ({ document }) => {
if (document._sys.filename === "home") {

File diff suppressed because one or more lines are too long