fix: disable SSR + add app.config for Nuxt UI colors
SSR causes 'Cannot read properties of null' with Nuxt UI v3 color mode. Since this is an internal app, SPA mode works fine. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-01-01',
|
||||
future: { compatibilityVersion: 4 },
|
||||
ssr: false,
|
||||
modules: ['@nuxt/ui'],
|
||||
|
||||
runtimeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user