Skip to content

Commit

Permalink
Use IWC logo for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 19, 2024
1 parent eb46ef9 commit 0b051f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ export default defineNuxtConfig({
colorMode: {
preference: "light",
},
app: {
head: {
link: [{ rel: "icon", type: "image/png", href: "/iwc_logo_white.png" }],
},
},
});

0 comments on commit 0b051f7

Please sign in to comment.