feat: use our favicon

This commit is contained in:
Naomi Carrigan 2025-02-03 11:50:16 -08:00
parent e2bf180633
commit f47c637edd
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@ export default defineConfig({
src: "https://widgets.tree-nation.com/js/widgets/v1/widgets.min.js?v=1.0", src: "https://widgets.tree-nation.com/js/widgets/v1/widgets.min.js?v=1.0",
defer: true defer: true
} }
},
{
tag: "link",
attrs: {
rel: "icon",
href: "/logo.png"
}
} }
], ],
customCss: [ customCss: [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 112 KiB