fix errors

This commit is contained in:
2026-05-03 15:21:04 +02:00
parent 08c703c9d5
commit 6d6c5df6ac
5 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -29,12 +29,12 @@ team:
- name: Bürgergemeinde - name: Bürgergemeinde
role_de: Unterstützer role_de: Unterstützer
role_en: Supporter role_en: Supporter
logo: /images/ziefen.svg logo: /images/Wappen Ziefen.png
url: 'https://bg-ziefen.ch/' url: 'https://bg-ziefen.ch/'
- name: Einwohnergemeinde - name: Einwohnergemeinde
role_de: Unterstützer role_de: Unterstützer
role_en: Supporter role_en: Supporter
logo: /images/ziefen.svg logo: /images/Wappen Ziefen.png
url: 'https://www.ziefen.ch/' url: 'https://www.ziefen.ch/'
stueck: stueck:
title_de: Das Stück title_de: Das Stück
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -11,7 +11,8 @@ var config_default = defineConfig({
media: { media: {
tina: { tina: {
mediaRoot: "images", mediaRoot: "images",
publicFolder: "public" publicFolder: "public",
static: false
} }
}, },
schema: { schema: {
@@ -236,7 +237,7 @@ var config_default = defineConfig({
type: "image", type: "image",
name: "logo", name: "logo",
label: "Logo", label: "Logo",
description: "Organization logo image" description: "Organization logo image (SVG, PNG, JPG supported)"
}, },
{ {
type: "string", type: "string",
+2 -1
View File
@@ -14,6 +14,7 @@ export default defineConfig({
tina: { tina: {
mediaRoot: "images", mediaRoot: "images",
publicFolder: "public", publicFolder: "public",
static: false,
}, },
}, },
schema: { schema: {
@@ -238,7 +239,7 @@ export default defineConfig({
type: "image", type: "image",
name: "logo", name: "logo",
label: "Logo", label: "Logo",
description: "Organization logo image", description: "Organization logo image (SVG, PNG, JPG supported)",
}, },
{ {
type: "string", type: "string",
+1 -1
View File
File diff suppressed because one or more lines are too long