diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 22:56:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 22:56:50 +0000 |
| commit | afdf1fa7c5d90d5fcac78a9b893d2095071883b0 (patch) | |
| tree | 578179ded2b31a591139a6c900c7f28854c61549 /.frontmatter | |
| parent | 11d3181eedd5b9fe804e6483eef683360ba13a77 (diff) | |
| parent | 57dcd87622abdaae205a0e4d9cc884a4e802c17c (diff) | |
Merge pull request #91 from anoduck/develop
fix(google): google 404
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/legal.json | 31 |
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", |
