Skip to content

Commit dca5888

Browse files
committed
Fix favicon
1 parent 13b127f commit dca5888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export default defineNuxtConfig({
3434
charset: "utf-8",
3535
viewport: "width=500, initial-scale=1",
3636
meta: [{ name: "description", content: "Nuxt 3 - Woocommerce" }],
37+
link: [
38+
{ rel: "icon", type: "image/svg+xml", href: "/svg/Logo.svg" }
39+
],
3740
},
3841
// global transition
3942
pageTransition: { name: "page", mode: "out-in" },

0 commit comments

Comments
 (0)