summaryrefslogtreecommitdiffstats
path: root/.frontmatter
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-03-28 18:33:33 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-03-28 18:36:22 -0400
commit57dcd87622abdaae205a0e4d9cc884a4e802c17c (patch)
tree578179ded2b31a591139a6c900c7f28854c61549 /.frontmatter
parent91b15d9fadd7308ddb68d0faeb610d1583be536b (diff)
fix(google): google 404
made modifications to prevent 404 errors with google.
Diffstat (limited to '.frontmatter')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json31
1 files changed, 3 insertions, 28 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index e87f78e..5683bef 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -57,34 +57,9 @@
{
"title": "thumbnail",
"name": "thumbnail",
- "type": "fields",
- "fields": [
- {
- "title": "url",
- "name": "url",
- "type": "string"
- },
- {
- "title": "author",
- "name": "author",
- "type": "string"
- },
- {
- "title": "authorURL",
- "name": "authorURL",
- "type": "string"
- },
- {
- "title": "origin",
- "name": "origin",
- "type": "string"
- },
- {
- "title": "originURL",
- "name": "originURL",
- "type": "string"
- }
- ]
+ "type": "string",
+ "single": true,
+ "default": "/img/logo.png"
},
{
"title": "FrontMatter Content Type",