From 0daadedc3d39fb6d1b1d1965a63f5011088af872 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Tue, 26 Aug 2025 19:51:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20constant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Berg Alstad --- src/components/Footer.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5f4d63f..1e1ca69 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,6 @@ import { GIT_URL, STATUS_URL } from "astro:env/client" import * as m from "@/paraglide/messages" const giteaLink = `${GIT_URL}/martials/martials.no` -const pathname = Astro.url.pathname ---