Skip to content

Commit

Permalink
Merge pull request #37 from productdevbook/fix-SSG
Browse files Browse the repository at this point in the history
fix: SSG
  • Loading branch information
productdevbook authored Jun 7, 2022
2 parents 899840d + 51c0daa commit 80758f3
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 967 deletions.
7 changes: 1 addition & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineNuxtConfig({
"@pinia/nuxt",
],
build: {
transpile: ['@heroicons/vue'],
transpile: ['@heroicons/vue', '@headlessui/vue'],
},
postcss: {
plugins: {
Expand All @@ -19,10 +19,5 @@ export default defineNuxtConfig({
},
vite: {
logLevel: "info",
optimizeDeps: {
include: [
'@headlessui/vue', '@heroicons/vue/solid', '@heroicons/vue/outline', 'vue', 'pinia', 'ufo'
]
}
}
});
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"allupdate": "yarn upgrade-interactive"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "5.0.4",
"@nuxtjs/tailwindcss": "5.1.2",
"autoprefixer": "10.4.7",
"nuxt": "3.0.0-rc.3",
"postcss-custom-properties": "12.1.7",
"sass": "1.51.0",
"sass-loader": "12.6.0",
"sass": "1.52.2",
"sass-loader": "13.0.0",
"tailwindcss": "3.0.24"
},
"dependencies": {
"@headlessui/vue": "1.6.1",
"@headlessui/vue": "1.6.4",
"@heroicons/vue": "1.0.6",
"@pinia/nuxt": "0.1.9",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.1",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "0.5.2",
"pinia": "2.0.14"
Expand Down
Loading

0 comments on commit 80758f3

Please sign in to comment.