set ssr to false
All checks were successful
Build and Publish / build-release (push) Successful in 43s

This commit is contained in:
2026-05-14 16:29:20 -05:00
parent f25e663175
commit 38b03ebab5

View File

@@ -4,8 +4,8 @@ const devApiOrigin = 'https://dev.api.corredorconect.com'
export default defineNuxtConfig({
compatibilityDate: '2026-02-25',
modules: ['nuxt-open-fetch', '@nuxt/ui', '@nuxt/eslint', '@zitadel/nuxt-auth'],
ssr: false,
auth: {
baseURL: '/api/auth',
provider: {
type: 'authjs',
trustHost: true,
@@ -21,7 +21,7 @@ export default defineNuxtConfig({
colorMode: false
},
runtimeConfig: {
// can be overriden NUXT_AUTH_ORIGIN
// can be overriden NUXT_AUTH_SECRET
authSecret: '',
zitadelDomain: '',
zitadelClientId: '',