From fc4495b436d1534e5814b6d118c4c3f9317a8952 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 11:35:09 +0200 Subject: [PATCH] fix favicon paths --- src/layouts/Layout.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ea1ca83..b436b9c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,7 @@ --- import "../styles/global.css" import Navbar from "../components/Navbar.astro" +import path from "../utils/path.ts" const props = Astro.props --- @@ -10,9 +11,9 @@ const props = Astro.props - - - + + + DIDAYS 2026{props.title ? ` | ${props.title}` : ""}