From bfee22f66d16965a12f927a98c77239ec1199ef1 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 6 May 2024 23:34:07 -0400 Subject: [PATCH] fix: fix image path i think --- src/components/Head.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Head.astro b/src/components/Head.astro index ab3e8944f..0a37a1c99 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,6 +1,8 @@ --- import type { Props } from "@astrojs/starlight/props"; import DefaultHead from "@astrojs/starlight/components/Head.astro"; + +const logo = new URL("/sern-logo.png", Astro.url); --- @@ -12,7 +14,7 @@ import DefaultHead from "@astrojs/starlight/components/Head.astro"; - + @@ -25,6 +27,6 @@ import DefaultHead from "@astrojs/starlight/components/Head.astro"; name="twitter:description" content="A modular, customizable, fast Discord.js framework to streamline bot development" /> - +