update logo and favicon

This commit is contained in:
Chris W 2023-10-17 13:27:35 -06:00
parent 6b7fba614a
commit d3d41e61b0
6 changed files with 13 additions and 26 deletions

View File

@ -0,0 +1 @@
{"public":{"assets":{}}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
<path fill="#000" d="M22.25 4h-8.5a1 1 0 0 0-.96.73l-5.54 19.4a.5.5 0 0 0 .62.62l5.05-1.44a2 2 0 0 0 1.38-1.4l3.22-11.66a.5.5 0 0 1 .96 0l3.22 11.67a2 2 0 0 0 1.38 1.39l5.05 1.44a.5.5 0 0 0 .62-.62l-5.54-19.4a1 1 0 0 0-.96-.73Z"/>
<path fill="url(#gradient)" d="M18 28a7.63 7.63 0 0 1-5-2c-1.4 2.1-.35 4.35.6 5.55.14.17.41.07.47-.15.44-1.8 2.93-1.22 2.93.6 0 2.28.87 3.4 1.72 3.81.34.16.59-.2.49-.56-.31-1.05-.29-2.46 1.29-3.25 3-1.5 3.17-4.83 2.5-6-.67.67-2.6 2-5 2Z"/>
<defs>
<linearGradient id="gradient" x1="16" x2="16" y1="32" y2="24" gradientUnits="userSpaceOnUse">
<stop stop-color="#000"/>
<stop offset="1" stop-color="#000" stop-opacity="0"/>
</linearGradient>
</defs>
<style>
@media (prefers-color-scheme:dark){:root{filter:invert(100%)}}
</style>
</svg>

Before

Width:  |  Height:  |  Size: 873 B

View File

@ -13,9 +13,9 @@ export const SITE: Site = {
export const LOCALE = ["en-US"]; // set to [] to use the environment default export const LOCALE = ["en-US"]; // set to [] to use the environment default
export const LOGO_IMAGE = { export const LOGO_IMAGE = {
enable: false, enable: true,
svg: true, svg: true,
width: 216, width: 300,
height: 46, height: 46,
}; };
@ -37,5 +37,5 @@ export const SOCIALS: SocialObjects = [
href: "https://www.tiktok.com/@3dprintifer", href: "https://www.tiktok.com/@3dprintifer",
linkTitle: `Watzon on TikTok`, linkTitle: `Watzon on TikTok`,
active: true, active: true,
} },
]; ];