Skip to content

Commit 6badb4c

Browse files
committed
Prettier
1 parent 47931ff commit 6badb4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nuxt.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineNuxtConfig } from "nuxt/config";
22

33
export default defineNuxtConfig({
4-
compatibilityDate: '2025-07-01',
4+
compatibilityDate: "2025-07-01",
55
ssr: true,
66
components: true,
77
css: ["~/assets/css/main.css", "~/assets/css/animate.min.css"],
@@ -35,9 +35,7 @@ export default defineNuxtConfig({
3535
charset: "utf-8",
3636
viewport: "width=500, initial-scale=1",
3737
meta: [{ name: "description", content: "Nuxt 3 - Woocommerce" }],
38-
link: [
39-
{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }
40-
],
38+
link: [{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }],
4139
},
4240
// global transition
4341
pageTransition: { name: "page", mode: "out-in" },

0 commit comments

Comments
 (0)