mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-06 02:12:55 +00:00
embedding progress
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user