9 lines
173 B
TypeScript
9 lines
173 B
TypeScript
|
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||
|
export default defineNuxtConfig({
|
||
|
postcss: {
|
||
|
plugins: {
|
||
|
'autoprefixer': {}
|
||
|
}
|
||
|
}
|
||
|
})
|