Reset preview port to 3100
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"date": "2025-10-21T09:35:18.674Z",
|
||||
"date": "2025-10-21T09:39:48.293Z",
|
||||
"preset": "node-server",
|
||||
"framework": {
|
||||
"name": "nuxt",
|
||||
|
||||
File diff suppressed because one or more lines are too long
65
.output/public/_nuxt/DkhiIL9_.js
Normal file
65
.output/public/_nuxt/DkhiIL9_.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"id":"43c046d4-f323-47a9-a320-ac505b1a798b","timestamp":1761039311835}
|
||||
{"id":"21df2925-779d-4b45-bfcf-af575876ca90","timestamp":1761039581626}
|
||||
@@ -0,0 +1 @@
|
||||
{"id":"21df2925-779d-4b45-bfcf-af575876ca90","timestamp":1761039581626,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
||||
@@ -1 +0,0 @@
|
||||
{"id":"43c046d4-f323-47a9-a320-ac505b1a798b","timestamp":1761039311835,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
||||
@@ -263,7 +263,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "Bh1B8wyf.js",
|
||||
"file": "DkhiIL9_.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"entry-styles.CevRTEXy.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/entry-styles.CevRTEXy.mjs"],"sourcesContent":null,"names":["style_0","style_1"],"mappings":";;;;AAEA,6BAAe;AACf,EAAEA,QAAO;AACT,EAAEC;AACF;;;;"}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"entry-styles.etDDESg6.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/entry-styles.etDDESg6.mjs"],"sourcesContent":null,"names":["style_0","style_1"],"mappings":";;;;AAEA,6BAAe;AACf,EAAEA,QAAO;AACT,EAAEC;AACF;;;;"}
|
||||
@@ -1256,6 +1256,11 @@ const _sfc_main$4 = {
|
||||
const mobileSubmenu = ref(null);
|
||||
const mannschaften = ref([]);
|
||||
const hasGalleryImages = ref(false);
|
||||
const isLoggedIn = ref(false);
|
||||
const userRole = ref(null);
|
||||
const isAdmin = computed(() => {
|
||||
return userRole.value === "admin" || userRole.value === "vorstand";
|
||||
});
|
||||
const currentSubmenu = computed(() => {
|
||||
const path = route.path;
|
||||
if (path.startsWith("/ueber-uns") || path.startsWith("/vorstand") || path.startsWith("/geschichte") || path.startsWith("/satzung") || path.startsWith("/vereinsmeisterschaften")) {
|
||||
@@ -1267,6 +1272,9 @@ const _sfc_main$4 = {
|
||||
if (path.startsWith("/training") || path.startsWith("/tt-regeln")) {
|
||||
return "training";
|
||||
}
|
||||
if (path.startsWith("/mitgliederbereich") || path.startsWith("/cms")) {
|
||||
return "intern";
|
||||
}
|
||||
return null;
|
||||
});
|
||||
ref(null);
|
||||
@@ -1370,6 +1378,11 @@ const _sfc_main$4 = {
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
if (isLoggedIn.value) {
|
||||
_push(`<button class="${ssrRenderClass([unref(route).path.startsWith("/mitgliederbereich") || unref(route).path.startsWith("/cms") || currentSubmenu.value === "intern" ? "text-white bg-primary-600" : "", "px-4 py-2 text-gray-300 hover:text-white font-medium transition-all rounded-lg hover:bg-primary-700/50"])}"> Intern </button>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/kontakt",
|
||||
onClick: ($event) => currentSubmenu.value = null,
|
||||
@@ -1619,6 +1632,115 @@ const _sfc_main$4 = {
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
if (currentSubmenu.value === "intern") {
|
||||
_push(`<!--[-->`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich",
|
||||
class: "px-2.5 py-1 text-xs font-semibold text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Übersicht `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Übersicht ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(`<div class="h-3 w-px bg-primary-700"></div>`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/mitglieder",
|
||||
class: "px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "text-white bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Mitgliederliste `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Mitgliederliste ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/news",
|
||||
class: "px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "text-white bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Interne News `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Interne News ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/profil",
|
||||
class: "px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "text-white bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Mein Profil `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Mein Profil ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
if (isAdmin.value) {
|
||||
_push(`<!--[--><div class="h-3 w-px bg-primary-700"></div>`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/cms",
|
||||
class: "px-2.5 py-1 text-xs text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "text-white bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` CMS `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" CMS ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/cms/benutzer",
|
||||
class: "px-2.5 py-1 text-xs text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded transition-all",
|
||||
"active-class": "text-white bg-primary-600"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Benutzerverwaltung `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Benutzerverwaltung ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(`<!--]-->`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(`<!--]-->`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(`</div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
@@ -1955,6 +2077,125 @@ const _sfc_main$4 = {
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
if (isLoggedIn.value) {
|
||||
_push(`<div><button class="w-full flex items-center justify-between px-4 py-3 text-gray-300 hover:text-white hover:bg-primary-700/50 rounded-lg font-medium transition-colors"> Intern `);
|
||||
_push(ssrRenderComponent(unref(ChevronDown), {
|
||||
size: 16,
|
||||
class: ["transition-transform", mobileSubmenu.value === "intern" ? "rotate-180" : ""]
|
||||
}, null, _parent));
|
||||
_push(`</button>`);
|
||||
if (mobileSubmenu.value === "intern") {
|
||||
_push(`<div class="pl-4 space-y-1 mt-1 bg-primary-900/30 rounded-lg p-2">`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm font-semibold text-gray-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Übersicht `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Übersicht ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/mitglieder",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Mitgliederliste `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Mitgliederliste ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/news",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Interne News `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Interne News ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/mitgliederbereich/profil",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Mein Profil `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Mein Profil ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
if (isAdmin.value) {
|
||||
_push(`<!--[--><div class="border-t border-primary-700/20 my-2"></div>`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/cms",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` CMS `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" CMS ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/cms/benutzer",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
class: "block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
}, {
|
||||
default: withCtx((_, _push2, _parent2, _scopeId) => {
|
||||
if (_push2) {
|
||||
_push2(` Benutzerverwaltung `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Benutzerverwaltung ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 1
|
||||
}, _parent));
|
||||
_push(`<!--]-->`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(`</div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(`</div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/kontakt",
|
||||
onClick: ($event) => isMobileMenuOpen.value = false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const interopDefault = r => r.default || r || [];
|
||||
const styles = {
|
||||
"node_modules/nuxt/dist/app/entry.js": () => import('./entry-styles.CevRTEXy.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/entry.js": () => import('./entry-styles.etDDESg6.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.B6OdZZsV.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue": () => import('./error-500-styles.CKJvUd8J.mjs').then(interopDefault),
|
||||
"components/Hero.vue": () => import('./Hero-styles.DnxJI8Rq.mjs').then(interopDefault),
|
||||
|
||||
@@ -4303,7 +4303,7 @@ function _expandFromEnv(value) {
|
||||
const _inlineRuntimeConfig = {
|
||||
"app": {
|
||||
"baseURL": "/",
|
||||
"buildId": "43c046d4-f323-47a9-a320-ac505b1a798b",
|
||||
"buildId": "21df2925-779d-4b45-bfcf-af575876ca90",
|
||||
"buildAssetsDir": "/_nuxt/",
|
||||
"cdnURL": ""
|
||||
},
|
||||
@@ -4751,492 +4751,492 @@ const assets = {
|
||||
"/documents/Tischtennisregeln light.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"5177b-y/88q2+Y3RRechJMqWhse21KRdQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 333691,
|
||||
"path": "../public/documents/Tischtennisregeln light.pdf"
|
||||
},
|
||||
"/documents/satzung.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"5c7cf-L0A3nT8D24T9sD57FFbij3QRpzw\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 378831,
|
||||
"path": "../public/documents/satzung.pdf"
|
||||
},
|
||||
"/images/club_about_us.png": {
|
||||
"type": "image/png",
|
||||
"etag": "\"202e56-s4fLsHEgoAgKJeBRuI1qxPmqHV0\"",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 2109014,
|
||||
"path": "../public/images/club_about_us.png"
|
||||
},
|
||||
"/data/mannschaften.csv": {
|
||||
"type": "text/csv; charset=utf-8",
|
||||
"etag": "\"858-l94GKn8Q0I5RQnhrM0ZPJsYUmcw\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 2136,
|
||||
"path": "../public/data/mannschaften.csv"
|
||||
},
|
||||
"/data/spielsysteme.csv": {
|
||||
"type": "text/csv; charset=utf-8",
|
||||
"etag": "\"9bc-4npLrNHYClsD0TKV5vSifxitfV0\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 2492,
|
||||
"path": "../public/data/spielsysteme.csv"
|
||||
},
|
||||
"/data/termine.csv": {
|
||||
"type": "text/csv; charset=utf-8",
|
||||
"etag": "\"2e8-sZtaHF6QRmOQHinTWOLAYRgo6xk\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 744,
|
||||
"path": "../public/data/termine.csv"
|
||||
},
|
||||
"/data/vereinsmeisterschaften.csv": {
|
||||
"type": "text/csv; charset=utf-8",
|
||||
"etag": "\"989-X8AB+Zegy2xUbjDtbQcXhuuyBDQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 2441,
|
||||
"path": "../public/data/vereinsmeisterschaften.csv"
|
||||
},
|
||||
"/images/club_about_us.png": {
|
||||
"type": "image/png",
|
||||
"etag": "\"202e56-s4fLsHEgoAgKJeBRuI1qxPmqHV0\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"size": 2109014,
|
||||
"path": "../public/images/club_about_us.png"
|
||||
},
|
||||
"/_nuxt/0aUZnhpv.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"557-24/mGepe5hJZY4b19yd8mHQu9iQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 1367,
|
||||
"path": "../public/_nuxt/0aUZnhpv.js"
|
||||
},
|
||||
"/_nuxt/22qd-5EM.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"d8b-wyllxmK2wwoRczIC544U7saIiss\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 3467,
|
||||
"path": "../public/_nuxt/22qd-5EM.js"
|
||||
},
|
||||
"/_nuxt/4b71jW2V.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"81f-Ha9VskE2t6nWs8sPJP27gFbW3q0\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 2079,
|
||||
"path": "../public/_nuxt/4b71jW2V.js"
|
||||
},
|
||||
"/_nuxt/9cUcnsuq.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"d6d-ck2bqSvyLtgHx/U7xIE+5gg+ITA\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 3437,
|
||||
"path": "../public/_nuxt/9cUcnsuq.js"
|
||||
},
|
||||
"/_nuxt/B-Jv-Jf4.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"b10-ppJ48dao7SpHGsySwp89wOWg7a8\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 2832,
|
||||
"path": "../public/_nuxt/B-Jv-Jf4.js"
|
||||
},
|
||||
"/_nuxt/B4mSF5Ac.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"185-hHs3mU4qOcQAkGQaPrUYGaG0yao\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 389,
|
||||
"path": "../public/_nuxt/B4mSF5Ac.js"
|
||||
},
|
||||
"/_nuxt/B6b7x5cy.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"685-aY2gUfvFEO2laImcbNuNbOXBtFA\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 1669,
|
||||
"path": "../public/_nuxt/B6b7x5cy.js"
|
||||
},
|
||||
"/_nuxt/B7lBTV0B.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1d90-oLY6pr54bxpw/sJ7RzxEtAQ0a7Q\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 7568,
|
||||
"path": "../public/_nuxt/B7lBTV0B.js"
|
||||
},
|
||||
"/_nuxt/B9SAQarT.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1a9f-v8FBOOistzygYylg/AD1CwqQtG8\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 6815,
|
||||
"path": "../public/_nuxt/B9SAQarT.js"
|
||||
},
|
||||
"/_nuxt/BWghygAI.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"fd4-06knGNwpqJ4Q8PdO9zmctLNUfhk\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 4052,
|
||||
"path": "../public/_nuxt/BWghygAI.js"
|
||||
},
|
||||
"/_nuxt/BXxnCxsd.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1bdb-mu9/r7PZieqzwTep4tbU2gX4SbM\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 7131,
|
||||
"path": "../public/_nuxt/BXxnCxsd.js"
|
||||
},
|
||||
"/_nuxt/Bf4LeXrH.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"dfc-p9am8zYBys+BKNbiee0FCnUiyWA\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 3580,
|
||||
"path": "../public/_nuxt/Bf4LeXrH.js"
|
||||
},
|
||||
"/_nuxt/Bh1B8wyf.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"3116d-zNa+j4vab2uPMa+dkBEAA9AenA0\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"size": 201069,
|
||||
"path": "../public/_nuxt/Bh1B8wyf.js"
|
||||
},
|
||||
"/_nuxt/BrLCExzh.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"16e9-UHwKy44YA3pSEEUIsvNLFwXzznc\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 5865,
|
||||
"path": "../public/_nuxt/BrLCExzh.js"
|
||||
},
|
||||
"/_nuxt/BrNyIMeJ.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"f0-S1SA+akfOrqQA88hhoyFUw+XqcQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 240,
|
||||
"path": "../public/_nuxt/BrNyIMeJ.js"
|
||||
},
|
||||
"/_nuxt/BteKZQ9T.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1ea-kmrGdt5SPmt15EiBI7kR9gXMQM0\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 490,
|
||||
"path": "../public/_nuxt/BteKZQ9T.js"
|
||||
},
|
||||
"/_nuxt/C1L9wi3n.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"4d4-OT/nMEFrP/1KcZzaIcal4DqHVyQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 1236,
|
||||
"path": "../public/_nuxt/C1L9wi3n.js"
|
||||
},
|
||||
"/_nuxt/C5SyyWEb.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"2a5-06iX+CL3i0ysaqW9nu7Eg2YzDhQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 677,
|
||||
"path": "../public/_nuxt/C5SyyWEb.js"
|
||||
},
|
||||
"/_nuxt/C71M1UMu.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1168-zjUh7D1CHJt5JnV7Fyrlqx6g4kI\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 4456,
|
||||
"path": "../public/_nuxt/C71M1UMu.js"
|
||||
},
|
||||
"/_nuxt/C8kQt0fa.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"197-7X99z1xphxry8OnMwU7Ofs/uE0Q\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.986Z",
|
||||
"size": 407,
|
||||
"path": "../public/_nuxt/C8kQt0fa.js"
|
||||
},
|
||||
"/_nuxt/CHf9muXT.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"11e7-vv+cu9XvUsT+OSSAoYnJnUg9Vwc\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 4583,
|
||||
"path": "../public/_nuxt/CHf9muXT.js"
|
||||
},
|
||||
"/_nuxt/CQwAN0Su.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"177f-MP2JR+5RooPHbEhOf+L4FqJ8RyI\"",
|
||||
"mtime": "2025-10-21T09:35:16.315Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 6015,
|
||||
"path": "../public/_nuxt/CQwAN0Su.js"
|
||||
},
|
||||
"/_nuxt/CUq_0rkE.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"12d-JV4KW1fgT85/V3Ap13X4q2h9U3g\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 301,
|
||||
"path": "../public/_nuxt/CUq_0rkE.js"
|
||||
},
|
||||
"/_nuxt/CWEkTB1z.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"198-ej4DRqc3/5nSwWU3c6wbOD3Ib9w\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 408,
|
||||
"path": "../public/_nuxt/CWEkTB1z.js"
|
||||
},
|
||||
"/_nuxt/CfgVz80V.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"35fe-UHNNj1JQXkypONA2R0g4AoyBpjA\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 13822,
|
||||
"path": "../public/_nuxt/CfgVz80V.js"
|
||||
},
|
||||
"/_nuxt/CkzaQq3X.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"17d-+xKrHjeww4bpFFkkjUNLD/ebn5A\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 381,
|
||||
"path": "../public/_nuxt/CkzaQq3X.js"
|
||||
},
|
||||
"/_nuxt/CoPPuwE1.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"20d5-h9r8IHqWzoD5OB8en/LPQTFIV0k\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 8405,
|
||||
"path": "../public/_nuxt/CoPPuwE1.js"
|
||||
},
|
||||
"/_nuxt/CrCcIvVp.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"274-9U7hEMtgHqdnQopnKeJsBKqKyKw\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 628,
|
||||
"path": "../public/_nuxt/CrCcIvVp.js"
|
||||
},
|
||||
"/_nuxt/Cx4UcKGu.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"19d-5AMD0EnFEjOkM3qKDpC/NZZzwDI\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 413,
|
||||
"path": "../public/_nuxt/Cx4UcKGu.js"
|
||||
},
|
||||
"/_nuxt/Cz1-D2iX.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"eeb-usJWPxlSHv7FwCkxaa7R7xzeM9A\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 3819,
|
||||
"path": "../public/_nuxt/Cz1-D2iX.js"
|
||||
},
|
||||
"/_nuxt/Czdc6-TI.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"165-EMJ/yP2qajGIw0CL3y+L/hvMM/8\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 357,
|
||||
"path": "../public/_nuxt/Czdc6-TI.js"
|
||||
},
|
||||
"/_nuxt/D5eCLqGD.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1827-Hmji+dqhzVylTIPiQhF+mznAp30\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 6183,
|
||||
"path": "../public/_nuxt/D5eCLqGD.js"
|
||||
},
|
||||
"/_nuxt/DAACT36i.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1f9-dVOk5jAwb0VlMLJevIcT+s2NTgM\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 505,
|
||||
"path": "../public/_nuxt/DAACT36i.js"
|
||||
},
|
||||
"/_nuxt/DIASJWnv.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"185b-jghuSdk50h5w3tXIBjBfuo+AHzw\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 6235,
|
||||
"path": "../public/_nuxt/DIASJWnv.js"
|
||||
},
|
||||
"/_nuxt/DIp8WRGx.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"bf0-dTkPYNUKseL3XUgYHuw8Ts+dCbs\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 3056,
|
||||
"path": "../public/_nuxt/DIp8WRGx.js"
|
||||
},
|
||||
"/_nuxt/DJ_xlcEs.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"2029-ponGF6qpguU7Ns/GFl5sxeJ3Yp0\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 8233,
|
||||
"path": "../public/_nuxt/DJ_xlcEs.js"
|
||||
},
|
||||
"/_nuxt/DUoMmcsh.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1556-go9awv/TrRBQ5S43dzqa4FYZkow\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 5462,
|
||||
"path": "../public/_nuxt/DUoMmcsh.js"
|
||||
},
|
||||
"/_nuxt/DV19uMFP.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"10b6-Ocj3Gv0rFokmRgKlwAP4NBKNyxc\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 4278,
|
||||
"path": "../public/_nuxt/DV19uMFP.js"
|
||||
},
|
||||
"/_nuxt/DaSgy0Cl.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"11f-soKnh1qfNJj5nvt+IcgQXYvg/z4\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 287,
|
||||
"path": "../public/_nuxt/DaSgy0Cl.js"
|
||||
},
|
||||
"/_nuxt/DaiQ5cy_.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"13f6-YwRI6Gk2XoTrwXhCYEQ2rIqe0WM\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 5110,
|
||||
"path": "../public/_nuxt/DaiQ5cy_.js"
|
||||
},
|
||||
"/_nuxt/Dk9rinol.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"5f0-/P5w00PPBaEhHAPAtDnyMJjvBcE\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 1520,
|
||||
"path": "../public/_nuxt/Dk9rinol.js"
|
||||
},
|
||||
"/_nuxt/DkeYb0_S.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"1ce-xiaAbRvqQ+zffTXF3Gc7rq14R0U\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 462,
|
||||
"path": "../public/_nuxt/DkeYb0_S.js"
|
||||
},
|
||||
"/_nuxt/DkhiIL9_.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"32347-vePdZh4cawflYAlFYowD3K2Lh5A\"",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 205639,
|
||||
"path": "../public/_nuxt/DkhiIL9_.js"
|
||||
},
|
||||
"/_nuxt/DlAUqK2U.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"5b-eFCz/UrraTh721pgAl0VxBNR1es\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 91,
|
||||
"path": "../public/_nuxt/DlAUqK2U.js"
|
||||
},
|
||||
"/_nuxt/DuCL6zMI.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"16a2-gJGadr4jKYMWO0Im01z6CSn+n1E\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.987Z",
|
||||
"size": 5794,
|
||||
"path": "../public/_nuxt/DuCL6zMI.js"
|
||||
},
|
||||
"/_nuxt/Harheimer TC.CKfYAfp1.svg": {
|
||||
"type": "image/svg+xml",
|
||||
"etag": "\"1d2535-Tx2lTuuFn2hBqGZOnDan3/OdRU0\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 1910069,
|
||||
"path": "../public/_nuxt/Harheimer TC.CKfYAfp1.svg"
|
||||
},
|
||||
"/_nuxt/XZ6RV9KH.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"175-xr1poEaGS4yjOp907AsRAr6XHLI\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 373,
|
||||
"path": "../public/_nuxt/XZ6RV9KH.js"
|
||||
},
|
||||
"/_nuxt/YJHbYJtA.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"19f-nQw578pUen9o8yYaMA8Bwag6xho\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 415,
|
||||
"path": "../public/_nuxt/YJHbYJtA.js"
|
||||
},
|
||||
"/_nuxt/dUygZtKv.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"16eb-jFfwOcrhdizQBNtO6OHM2N8Blw8\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 5867,
|
||||
"path": "../public/_nuxt/dUygZtKv.js"
|
||||
},
|
||||
"/_nuxt/d_5bLueN.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"ec4-AT9lw6+ikYYNFCIP8TVQKwxK2ew\"",
|
||||
"mtime": "2025-10-21T09:35:16.316Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 3780,
|
||||
"path": "../public/_nuxt/d_5bLueN.js"
|
||||
},
|
||||
"/_nuxt/error-404.BSvats-j.css": {
|
||||
"type": "text/css; charset=utf-8",
|
||||
"etag": "\"dca-0F+Wq/chhXsiHVhtuXr7IgmxLPY\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 3530,
|
||||
"path": "../public/_nuxt/error-404.BSvats-j.css"
|
||||
},
|
||||
"/_nuxt/error-500.DOWD7OuR.css": {
|
||||
"type": "text/css; charset=utf-8",
|
||||
"etag": "\"75a-E+EckUQEwkK5PkutZwCZNTJkHsY\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 1882,
|
||||
"path": "../public/_nuxt/error-500.DOWD7OuR.css"
|
||||
},
|
||||
"/_nuxt/fJIVYVHf.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"abb-+DHt/h+ne9kv0xjG44s57yRcyWk\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 2747,
|
||||
"path": "../public/_nuxt/fJIVYVHf.js"
|
||||
},
|
||||
"/_nuxt/index.BYYJS8tV.css": {
|
||||
"type": "text/css; charset=utf-8",
|
||||
"etag": "\"167-3j4dZVXlcTPVZDB5pP2uXGX7/QQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 359,
|
||||
"path": "../public/_nuxt/index.BYYJS8tV.css"
|
||||
},
|
||||
"/_nuxt/jVj3QaoK.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"196-xWXv220Sy3kJeouwzrQ/gnXllWQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 406,
|
||||
"path": "../public/_nuxt/jVj3QaoK.js"
|
||||
},
|
||||
"/_nuxt/zUyblKDJ.js": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"2163-7FAK6kpgcIDMo5RFc5JWpkgjbdE\"",
|
||||
"mtime": "2025-10-21T09:35:16.317Z",
|
||||
"mtime": "2025-10-21T09:39:45.988Z",
|
||||
"size": 8547,
|
||||
"path": "../public/_nuxt/zUyblKDJ.js"
|
||||
},
|
||||
"/spielplaene/1. Mannschaft 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"64c6-+477M+gD/spwpWR9NO/tMJ/inCc\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 25798,
|
||||
"path": "../public/spielplaene/1. Mannschaft 2025⁄2026.pdf"
|
||||
},
|
||||
"/spielplaene/2. Mannschaft 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"5bfa-DRJMHLV15iss67lEISoGqSYmZjE\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 23546,
|
||||
"path": "../public/spielplaene/2. Mannschaft 2025⁄2026.pdf"
|
||||
},
|
||||
"/spielplaene/3. Mannschaft 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"7447-w933CPQdXhkWJ2AZOVdY0UgJnPo\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.990Z",
|
||||
"size": 29767,
|
||||
"path": "../public/spielplaene/3. Mannschaft 2025⁄2026.pdf"
|
||||
},
|
||||
"/spielplaene/4. Mannschaft 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"6a9b-4TPGn1yQlFUMRj7oB43SN//Np9o\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.991Z",
|
||||
"size": 27291,
|
||||
"path": "../public/spielplaene/4. Mannschaft 2025⁄2026.pdf"
|
||||
},
|
||||
"/spielplaene/5. Mannschaft 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"6523-5VUfCMaoiNhcwHhptHHTVJ3lSwQ\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.991Z",
|
||||
"size": 25891,
|
||||
"path": "../public/spielplaene/5. Mannschaft 2025⁄2026.pdf"
|
||||
},
|
||||
"/spielplaene/Jugend 11 2025⁄2026.pdf": {
|
||||
"type": "application/pdf",
|
||||
"etag": "\"52e9-3Rrk9UKUxPh80pBJ0w9oLVbe5dA\"",
|
||||
"mtime": "2025-10-21T09:35:16.319Z",
|
||||
"mtime": "2025-10-21T09:39:45.991Z",
|
||||
"size": 21225,
|
||||
"path": "../public/spielplaene/Jugend 11 2025⁄2026.pdf"
|
||||
},
|
||||
"/_nuxt/builds/latest.json": {
|
||||
"type": "application/json",
|
||||
"etag": "\"47-vW7ilMnyrAo1y6CYLd2YjWymS/E\"",
|
||||
"mtime": "2025-10-21T09:35:16.307Z",
|
||||
"etag": "\"47-+0RwpRSEvNDzjqdrbSZUTblc15A\"",
|
||||
"mtime": "2025-10-21T09:39:45.978Z",
|
||||
"size": 71,
|
||||
"path": "../public/_nuxt/builds/latest.json"
|
||||
},
|
||||
"/_nuxt/builds/meta/43c046d4-f323-47a9-a320-ac505b1a798b.json": {
|
||||
"/_nuxt/builds/meta/21df2925-779d-4b45-bfcf-af575876ca90.json": {
|
||||
"type": "application/json",
|
||||
"etag": "\"8b-SF099RI2o/HKd/3yO6oY3Z4DItI\"",
|
||||
"mtime": "2025-10-21T09:35:16.305Z",
|
||||
"etag": "\"8b-V3EgmBZR8FsoxfC5sEATM2DqyV0\"",
|
||||
"mtime": "2025-10-21T09:39:45.976Z",
|
||||
"size": 139,
|
||||
"path": "../public/_nuxt/builds/meta/43c046d4-f323-47a9-a320-ac505b1a798b.json"
|
||||
"path": "../public/_nuxt/builds/meta/21df2925-779d-4b45-bfcf-af575876ca90.json"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -267,7 +267,7 @@ async function renderInlineStyles(usedModules) {
|
||||
|
||||
const renderSSRHeadOptions = {"omitLineBreaks":false};
|
||||
|
||||
const entryFileName = "Bh1B8wyf.js";
|
||||
const entryFileName = "DkhiIL9_.js";
|
||||
|
||||
globalThis.__buildAssetsURL = buildAssetsURL;
|
||||
globalThis.__publicAssetsURL = publicAssetsURL;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"dev": "nuxt dev --port 3100",
|
||||
"build": "nuxt build",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview --port 3200",
|
||||
"preview": "nuxt preview --port 3100",
|
||||
"start": "nuxt start --port 3100",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
|
||||
@@ -5,5 +5,33 @@
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJlbWFpbCI6ImFkbWluQGhhcmhlaW1lcnRjLmRlIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzYxMDM5MDU1LCJleHAiOjE3NjE2NDM4NTV9.YkdCMn7N9lmYonyTF-uPE5UbvW2wfOf7kqk_ib0a7Ks",
|
||||
"createdAt": "2025-10-21T09:30:55.753Z",
|
||||
"expiresAt": "2025-10-28T09:30:55.753Z"
|
||||
},
|
||||
{
|
||||
"id": "1761039524470",
|
||||
"userId": "1",
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJlbWFpbCI6ImFkbWluQGhhcmhlaW1lcnRjLmRlIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzYxMDM5NTI0LCJleHAiOjE3NjE2NDQzMjR9.s3Njws9hnGgnwt_v5SxWCe1BbPp-voOrYf9kW9T11bA",
|
||||
"createdAt": "2025-10-21T09:38:44.470Z",
|
||||
"expiresAt": "2025-10-28T09:38:44.470Z"
|
||||
},
|
||||
{
|
||||
"id": "1761039571566",
|
||||
"userId": "1",
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJlbWFpbCI6ImFkbWluQGhhcmhlaW1lcnRjLmRlIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzYxMDM5NTcxLCJleHAiOjE3NjE2NDQzNzF9._0zkSloUQP_xPJJuH2JRx4PJgtGkBcH0f86Ku6HKdLo",
|
||||
"createdAt": "2025-10-21T09:39:31.566Z",
|
||||
"expiresAt": "2025-10-28T09:39:31.566Z"
|
||||
},
|
||||
{
|
||||
"id": "1761039584913",
|
||||
"userId": "1",
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJlbWFpbCI6ImFkbWluQGhhcmhlaW1lcnRjLmRlIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzYxMDM5NTg0LCJleHAiOjE3NjE2NDQzODR9.UM2LNeCMuCBcmG7ei8nS8cS5mWejDg6c0S7DHuAMeM0",
|
||||
"createdAt": "2025-10-21T09:39:44.913Z",
|
||||
"expiresAt": "2025-10-28T09:39:44.913Z"
|
||||
},
|
||||
{
|
||||
"id": "1761039616843",
|
||||
"userId": "1",
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJlbWFpbCI6ImFkbWluQGhhcmhlaW1lcnRjLmRlIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzYxMDM5NjE2LCJleHAiOjE3NjE2NDQ0MTZ9.hY9asuuJ_dymk8L6taeOcT_RNru-LoJC5MjgjCKg4Is",
|
||||
"createdAt": "2025-10-21T09:40:16.843Z",
|
||||
"expiresAt": "2025-10-28T09:40:16.843Z"
|
||||
}
|
||||
]
|
||||
@@ -8,6 +8,6 @@
|
||||
"phone": "",
|
||||
"active": true,
|
||||
"created": "2025-10-21T00:00:00.000Z",
|
||||
"lastLogin": "2025-10-21T09:30:55.754Z"
|
||||
"lastLogin": "2025-10-21T09:40:16.843Z"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user