diff --git a/website/nuxt.config.ts b/website/nuxt.config.ts index a125b3224..c57512edf 100644 --- a/website/nuxt.config.ts +++ b/website/nuxt.config.ts @@ -5,4 +5,9 @@ export default defineNuxtConfig({ colorMode: { preference: "light", }, + app: { + head: { + link: [{ rel: "icon", type: "image/png", href: "/iwc_logo_white.png" }], + }, + }, });