From 990bad90a57abc31e4d578222c33f36d90f73fa6 Mon Sep 17 00:00:00 2001 From: kritzl Date: Fri, 11 Sep 2026 12:40:59 +0200 Subject: [PATCH] fix paths --- src/components/Footer.astro | 6 +++--- src/components/Navbar.astro | 16 ++++++++-------- src/pages/hamburg/2026/wer.astro | 12 ++++++------ src/pages/index.astro | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6b7c3d6..ab98236 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,5 @@ --- - +import path from "../utils/path.ts" ---