From 96edc6e538f7e5ea2c3163de090ffdd43b21932f Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Mon, 8 Jun 2026 11:24:47 -0700 Subject: [PATCH] fix: point front matter cms at content directories --- www/frontmatter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/frontmatter.json b/www/frontmatter.json index 733fde0..c2a700e 100644 --- a/www/frontmatter.json +++ b/www/frontmatter.json @@ -3,9 +3,9 @@ "frontMatter.framework.id": "astro", "frontMatter.content.publicFolder": "public", "frontMatter.content.pageFolders": [ - { "title": "Pages", "path": "[[workspace]]/src/content/pages" }, - { "title": "Blog", "path": "[[workspace]]/src/content/blog" }, - { "title": "Authors", "path": "[[workspace]]/src/content/authors" } + { "title": "Pages", "path": "[[workspace]]/www/src/content/pages" }, + { "title": "Blog", "path": "[[workspace]]/www/src/content/blog" }, + { "title": "Authors", "path": "[[workspace]]/www/src/content/authors" } ], "frontMatter.taxonomy.contentTypes": [ {