From a0e858bc61960ffd375c669b9491350ab813406d Mon Sep 17 00:00:00 2001 From: Miguel Vieira Date: Fri, 10 Nov 2023 11:58:16 +0000 Subject: [PATCH] feat(frontmatter): set the public folder path --- frontmatter.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontmatter.json b/frontmatter.json index b984e82941..5e1c206a0d 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -649,5 +649,9 @@ "path": "[[workspace]]/frontend/src/themes", "contentTypes": ["theme"] } - ] + ], + "frontMatter.content.publicFolder": { + "path": "[[workspace]]/frontend/public", + "relative": false + } }