embedding progress

This commit is contained in:
vcoppe
2024-07-11 18:42:49 +02:00
parent 24cf98d68f
commit 030f08abfd
21 changed files with 760 additions and 251 deletions

View File

@@ -4,7 +4,7 @@
import { languages } from '$lib/languages';
import { _, isLoading } from 'svelte-i18n';
$: location = $page.route.id?.split('/').slice(1).at(1) ?? 'home';
$: location = $page.route.id?.split('/')[2] ?? 'home';
</script>
<svelte:head>