Fix config API to return data directly instead of wrapped in config object

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:15:59 +02:00
parent 71f4dea756
commit 3b004d482f
10 changed files with 654 additions and 597 deletions

View File

@@ -1933,6 +1933,72 @@ const _sfc_main$4 = {
}),
_: 1
}, _parent));
_push(`<div class="border-t border-gray-700 my-1"></div>`);
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/ueber-uns",
onClick: ($event) => showCmsDropdown.value = false,
class: "block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` Über uns `);
} else {
return [
createTextVNode(" Über uns ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/geschichte",
onClick: ($event) => showCmsDropdown.value = false,
class: "block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` Geschichte `);
} else {
return [
createTextVNode(" Geschichte ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/tt-regeln",
onClick: ($event) => showCmsDropdown.value = false,
class: "block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` TT-Regeln `);
} else {
return [
createTextVNode(" TT-Regeln ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/satzung",
onClick: ($event) => showCmsDropdown.value = false,
class: "block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` Satzung `);
} else {
return [
createTextVNode(" Satzung ")
];
}
}),
_: 1
}, _parent));
_push(`<div class="border-t border-gray-700 my-1"></div>`);
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/mitgliederbereich/news",
onClick: ($event) => showCmsDropdown.value = false,
@@ -1981,6 +2047,7 @@ const _sfc_main$4 = {
}),
_: 1
}, _parent));
_push(`<div class="border-t border-gray-700 my-1"></div>`);
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/cms/einstellungen",
onClick: ($event) => showCmsDropdown.value = false,