From c40346eb804bdb45affe4980ea6a052755f693b6 Mon Sep 17 00:00:00 2001 From: Joerg Gamerdinger Date: Fri, 26 Apr 2024 22:44:00 +0200 Subject: [PATCH] scope logo. --- src/components/Logo.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 9af3689..9374041 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -1,7 +1,8 @@ --- import { SITE } from 'astrowind:config'; +import Image from './common/Image.astro'; --- - {SITE?.name} + {SITE?.name}