From 2e50057a0f1ab70df8e7bd8f2473135cce6f91dd Mon Sep 17 00:00:00 2001 From: sven-teufel <140805820+sven-teufel@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:34:59 +0200 Subject: [PATCH] change logo --- src/components/Logo.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index ae9b9fd..f6a9dbc 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -3,5 +3,5 @@ import { SITE } from 'astrowind:config'; --- - 🚀 {SITE?.name} + image={{ src: '~/assets/images/scope_dark_small.png', alt: 'scope-logo', width:'128', height:'29'}}