fix: Add PostCSS config and update NuxtUI configuration for proper styling
This commit is contained in:
@@ -5,13 +5,8 @@ export default defineNuxtConfig({
|
||||
modules: [
|
||||
'@nuxt/ui'
|
||||
],
|
||||
ui: {
|
||||
theme: {
|
||||
colors: {
|
||||
primary: 'red',
|
||||
gray: 'slate'
|
||||
}
|
||||
}
|
||||
colorMode: {
|
||||
preference: 'light'
|
||||
},
|
||||
runtimeConfig: {
|
||||
jwtSecret: process.env.JWT_SECRET || 'your-secret-key',
|
||||
|
||||
Reference in New Issue
Block a user