Despite being in the schema, I ran sequoia update to change my frontmatter image mapping and it removed the ui field entirely.
diff --git a/sequoia.json b/sequoia.json
index 25ee9be..410f813 100644
--- a/sequoia.json
+++ b/sequoia.json
@@ -1,20 +1,19 @@
{
+ "$schema": "https://tangled.org/stevedylan.dev/sequoia/raw/main/sequoia.schema.json",
"siteUrl": "https://heaths.dev",
"contentDir": "./_posts/",
"imagesDir": "./assets/images/",
"publicDir": "./",
"outputDir": "./_site/",
- "pathTemplate": "/{category}/{yearUTC}/{monthUTC}/{dayUTC}/{title}.html",
"publicationUri": "at://did:plc:tg3tb5wukiml4xmxml6qm637/site.standard.publication/3meddhkrg5z2p",
"pdsUrl": "https://ganoderma.us-west.host.bsky.network",
"frontmatter": {
"description": "summary",
- "publishDate": "date"
+ "publishDate": "date",
+ "coverImage": "image"
},
+ "pathTemplate": "/{category}/{yearUTC}/{monthUTC}/{dayUTC}/{title}.html",
"bluesky": {
"enabled": true
- },
- "ui": {
- "components": "scripts/"
}
-}
+}
\ No newline at end of file
Hmm that is odd; will look into this!