hoping this one fixes www

This commit is contained in:
Adam Matthiesen 2024-01-30 11:37:14 -08:00
parent 370c21dd86
commit 3386955883
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path fill="#ffffff" opacity="1.000000" stroke="none"
<path fill="#000000" opacity="1.000000" stroke="none"
d="
M271.711761,31.802334
C289.573181,33.824940 306.747528,36.902718 323.207947,43.034710
@ -59,7 +59,7 @@ M141.855759,126.368820
C308.414459,85.438980 266.572113,78.294312 222.265335,86.847641
C192.231689,92.645576 165.610626,105.915138 141.855759,126.368820
z"/>
<path fill="#ffffff" opacity="1.000000" stroke="none"
<path fill="#000000" opacity="1.000000" stroke="none"
d="
M317.847778,285.664551
C316.449982,287.778137 315.339935,289.649536 314.005707,291.344482
@ -70,7 +70,7 @@ M317.847778,285.664551
C319.524200,222.814941 322.076416,231.021713 323.664551,239.648132
C326.581299,255.491379 324.929260,270.728577 317.847778,285.664551
z"/>
<path fill="#ffffff" opacity="1.000000" stroke="none"
<path fill="#000000" opacity="1.000000" stroke="none"
d="
M189.652618,270.039581
C186.447449,254.761673 187.553848,240.223862 193.028687,226.068558

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,15 +1,13 @@
---
import '../styles/global.scss';
import { SiteTitle } from '../consts';
import favicon from '../assets/spaceghost.svg'
import { Image } from 'astro:assets';
---
<header>
<nav>
<h2 id="site_title">
<a href="/">
<Image src={favicon} alt="logo" width={64} class="filter-white" />
<img src="/favicon.svg" alt="logo" width={64} class="filter-white" />
{SiteTitle}
</a>
</h2>