website refactor

This commit is contained in:
2026-01-16 01:00:03 +01:00
parent ce7be39155
commit a98e3e3166
286 changed files with 5522 additions and 5261 deletions

View File

@@ -357,7 +357,7 @@ export const routeMatchers = {
export function buildPath(
routeName: string,
params: Record<string, string> = {},
_locale?: string
_: string = ''
): string {
// This is a placeholder for future i18n implementation
// For now, it just builds the path using the route config