From 8df1c6ddc144b93816ff1136a47ac309d353e00f Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 11 Jul 2025 17:45:09 +0200 Subject: [PATCH] added missing base url --- src/routes/+page.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6c30cde..d627031 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,7 +3,8 @@ import { untrack } from "svelte"; import { enhance } from "$app/forms"; - import { page } from "$app/state" + import { page } from "$app/state"; + import { base } from "$app/paths"; import type { RecordEntry } from "$lib/db_types" import { MONTHS, toInt, padInt, parseDate, calculateDuration, weekday_of } from "$lib/util"; @@ -263,13 +264,13 @@ {#if document == null} -
+
{:else} -
+