Skip to content

Commit

Permalink
🎨 fix: fix whole css load issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Oct 17, 2023
1 parent 64e38f9 commit a1f53b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ export default {
components: true,

// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
buildModules: [],
buildModules: [
// https://go.nuxtjs.dev/tailwindcss
'@nuxtjs/tailwindcss',
],

// Build target: https://go.nuxtjs.dev/config-target
target: 'static',
Expand All @@ -41,7 +44,6 @@ export default {
// https://go.nuxtjs.dev/pwa
'@nuxtjs/axios',
'@nuxtjs/pwa',
'@nuxtjs/tailwindcss',
'@nuxtjs/style-resources',

'@nuxt/image',
Expand Down

0 comments on commit a1f53b3

Please sign in to comment.