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
role_de: Unterstützer
role_en: Supporter
logo: /images/ziefen.svg
logo: /images/Wappen Ziefen.png
url: 'https://bg-ziefen.ch/'
- name: Einwohnergemeinde
role_de: Unterstützer
role_en: Supporter
logo: /images/ziefen.svg
logo: /images/Wappen Ziefen.png
url: 'https://www.ziefen.ch/'
stueck:
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: {
tina: {
mediaRoot: "images",
publicFolder: "public"
publicFolder: "public",
static: false
}
},
schema: {
@@ -236,7 +237,7 @@ var config_default = defineConfig({
type: "image",
name: "logo",
label: "Logo",
description: "Organization logo image"
description: "Organization logo image (SVG, PNG, JPG supported)"
},
{
type: "string",
+2 -1
View File
@@ -14,6 +14,7 @@ export default defineConfig({
tina: {
mediaRoot: "images",
publicFolder: "public",
static: false,
},
},
schema: {
@@ -238,7 +239,7 @@ export default defineConfig({
type: "image",
name: "logo",
label: "Logo",
description: "Organization logo image",
description: "Organization logo image (SVG, PNG, JPG supported)",
},
{
type: "string",
+1 -1
View File
File diff suppressed because one or more lines are too long