replace favicon
All checks were successful
Deploy to Netlify / deploy (push) Successful in 1m0s

add correct favicon path to root layout
This commit is contained in:
Enrico Bühler 2025-05-22 19:08:00 +02:00
parent 65cf321781
commit 02efe24ba9
2 changed files with 21 additions and 9 deletions

View File

@ -1,9 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128">
<path d="M50.4 78.5a75.1 75.1 0 0 0-28.5 6.9l24.2-65.7c.7-2 1.9-3.2 3.4-3.2h29c1.5 0 2.7 1.2 3.4 3.2l24.2 65.7s-11.6-7-28.5-7L67 45.5c-.4-1.7-1.6-2.8-2.9-2.8-1.3 0-2.5 1.1-2.9 2.7L50.4 78.5Zm-1.1 28.2Zm-4.2-20.2c-2 6.6-.6 15.8 4.2 20.2a17.5 17.5 0 0 1 .2-.7 5.5 5.5 0 0 1 5.7-4.5c2.8.1 4.3 1.5 4.7 4.7.2 1.1.2 2.3.2 3.5v.4c0 2.7.7 5.2 2.2 7.4a13 13 0 0 0 5.7 4.9v-.3l-.2-.3c-1.8-5.6-.5-9.5 4.4-12.8l1.5-1a73 73 0 0 0 3.2-2.2 16 16 0 0 0 6.8-11.4c.3-2 .1-4-.6-6l-.8.6-1.6 1a37 37 0 0 1-22.4 2.7c-5-.7-9.7-2-13.2-6.2Z" />
<style>
path { fill: #000; }
@media (prefers-color-scheme: dark) {
path { fill: #FFF; }
}
</style>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-5930,-7755)">
<g id="unom_FavIcon" transform="matrix(0.0244572,0,0,0.0244572,5784.96,7565.33)">
<rect x="5930.37" y="7755.32" width="1308.41" height="1308.41" style="fill:none;"/>
<g transform="matrix(2.6255,0,0,2.28356,6584.58,8876.39)">
<path d="M0,66.61C-91.631,66.61 -160.733,24.798 -160.733,-30.647L-160.733,-367.943C-160.733,-423.387 -91.631,-465.199 0,-465.199C91.632,-465.199 160.73,-423.387 160.73,-367.943L160.73,-30.647C160.73,24.798 91.632,66.61 0,66.61" style="fill:rgb(105,77,255);fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.83804,0,0,1.83804,6585.71,8787.6)">
<path d="M0,-398.589C-61.244,-398.589 -92.929,-375.023 -94.129,-367.87L-94.123,-30.647C-92.929,-23.564 -61.25,-0 0,-0C61.247,-0 92.926,-23.564 94.126,-30.72L94.12,-367.943C92.926,-375.023 61.241,-398.589 0,-398.589M0,66.61C-91.631,66.61 -160.733,24.798 -160.733,-30.647L-160.733,-367.943C-160.733,-423.387 -91.631,-465.199 0,-465.199C91.632,-465.199 160.73,-423.387 160.73,-367.943L160.73,-30.647C160.73,24.798 91.632,66.61 0,66.61" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.83804,0,0,1.83804,6670.61,8346.4)">
<path d="M0,-136.276C-47.653,-120.09 -78.674,-89.592 -79.462,-52.97L-79.499,-52.97L-79.499,-2.815C-69.827,-1.109 -58.741,0 -46.194,0C-33.646,0 -22.561,-1.109 -12.889,-2.815L-12.889,-51.485C-12.057,-56.342 2.789,-68.69 31.273,-76.164L31.273,-122.359C26.853,-126.122 16.294,-131.959 0,-136.276" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.83804,0,0,1.83804,6585.71,8358.82)">
<path d="M0,182.087C12.548,182.087 23.633,180.978 33.305,179.272L33.305,92.819C33.305,48.021 -11.815,12.136 -77.47,0L-77.47,68.197C-48.962,75.673 -34.114,88.021 -33.305,92.819L-33.305,179.272C-23.633,180.978 -12.547,182.087 0,182.087" style="fill:white;fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -19,7 +19,7 @@ const { title, showHeader = true } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content="Kreative Webentwicklung aus Rottweil" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<slot name="head" />
<script
is:inline