set ssr to false
All checks were successful
Build and Publish / build-release (push) Successful in 43s
All checks were successful
Build and Publish / build-release (push) Successful in 43s
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user