This commit is contained in:
Emily
2024-07-22 15:07:51 +02:00
parent 31c10b13b2
commit f3542f711b
8 changed files with 133 additions and 9 deletions

View File

@@ -9,6 +9,12 @@ const gooleSignInConfig: any = {
}
export default defineNuxtConfig({
postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
},
colorMode: {
preference: 'dark',
},