Skip to content

Commit

Permalink
modified: nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eeslom committed Feb 10, 2024
1 parent 18fdc90 commit 8e0f8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default defineNuxtConfig({
'@nuxtjs/color-mode',
'@vite-pwa/nuxt',
'nuxt-module-eslint-config',
'@nuxt/image',
'nuxt-swiper',
'@nuxt/image',
'nuxt-icon',
],

Expand All @@ -30,7 +30,7 @@ export default defineNuxtConfig({

css: [
'@unocss/reset/tailwind.css',
'./assets/css/global.css',
'~/assets/css/global.css',
],

colorMode: {
Expand Down

0 comments on commit 8e0f8ed

Please sign in to comment.