Skip to content

Commit 463db98

Browse files
authored
Merge pull request #4 from halwesit/patch-2
Update nuxt.config.ts
2 parents feba914 + bfc4ad7 commit 463db98

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

nuxt.config.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
import { defineNuxtConfig } from 'nuxt'
2-
3-
// https://v3.nuxtjs.org/api/configuration/nuxt.config
1+
// https://nuxt.com/docs/api/configuration/nuxt-config
42
export default defineNuxtConfig({
3+
css: ['@/assets/main.scss'],
54
build: {
65
transpile: ['konsta'],
7-
postcss: {
8-
postcssOptions: require('./postcss.config.js'),
6+
},
7+
postcss: {
8+
plugins: {
9+
tailwindcss: {},
10+
autoprefixer: {},
911
},
1012
},
1113
})

0 commit comments

Comments
 (0)