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'}}