Set cards as default view and restrict contact data to vorstand only

This commit is contained in:
Torsten Schulz (local)
2025-10-21 14:42:20 +02:00
parent bd677c26ae
commit 37994f39b2
21 changed files with 610 additions and 515 deletions

View File

@@ -569,7 +569,7 @@ const _routes = [
name: "mitgliederbereich-mitglieder",
path: "/mitgliederbereich/mitglieder",
meta: { ...__nuxt_page_meta || {}, ...{ "middleware": "auth" } },
component: () => import('./mitglieder-Dh7s1xvF.mjs')
component: () => import('./mitglieder--YAYTNgB.mjs')
}
];
const ROUTE_KEY_PARENTHESES_RE = /(:\w+)\([^)]+\)/g;