We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b127f commit dca5888Copy full SHA for dca5888
nuxt.config.js
@@ -34,6 +34,9 @@ export default defineNuxtConfig({
34
charset: "utf-8",
35
viewport: "width=500, initial-scale=1",
36
meta: [{ name: "description", content: "Nuxt 3 - Woocommerce" }],
37
+ link: [
38
+ { rel: "icon", type: "image/svg+xml", href: "/svg/Logo.svg" }
39
+ ],
40
},
41
// global transition
42
pageTransition: { name: "page", mode: "out-in" },
0 commit comments