sitemap generation

This commit is contained in:
vcoppe
2024-07-08 19:07:33 +02:00
parent 65b297e133
commit 09d25c2876
4 changed files with 153 additions and 72 deletions

View File

@@ -1,6 +1,5 @@
export const languages: Record<string, string> = {
'en': 'English',
'fr': 'Français',
};
export function getURLForLanguage(route: string | null, lang: string | null | undefined): string {