diff --git a/astro.config.mjs b/astro.config.mjs index 62c4d4b..ae415dd 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -57,6 +57,13 @@ export default defineConfig({ src: "https://widgets.tree-nation.com/js/widgets/v1/widgets.min.js?v=1.0", defer: true } + }, + { + tag: "link", + attrs: { + rel: "icon", + href: "/logo.png" + } } ], customCss: [ diff --git a/public/favicon.svg b/public/favicon.svg index f157bd1..b3e1775 100644 Binary files a/public/favicon.svg and b/public/favicon.svg differ