use base in URLs

This commit is contained in:
vcoppe
2024-07-08 19:13:31 +02:00
parent 09d25c2876
commit bff919c757
7 changed files with 23 additions and 20 deletions

View File

@@ -3,8 +3,8 @@
import { Button } from '$lib/components/ui/button';
import ModeSwitch from '$lib/components/ModeSwitch.svelte';
import { BookOpenText, Home, Map } from 'lucide-svelte';
import { getURLForLanguage } from '$lib/languages';
import { _, locale } from 'svelte-i18n';
import { getURLForLanguage } from '$lib/utils';
</script>
<nav class="w-full sticky top-0 bg-background z-10">