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({
|
export default defineNuxtConfig({
|
||||||
compatibilityDate: '2026-02-25',
|
compatibilityDate: '2026-02-25',
|
||||||
modules: ['nuxt-open-fetch', '@nuxt/ui', '@nuxt/eslint', '@zitadel/nuxt-auth'],
|
modules: ['nuxt-open-fetch', '@nuxt/ui', '@nuxt/eslint', '@zitadel/nuxt-auth'],
|
||||||
|
ssr: false,
|
||||||
auth: {
|
auth: {
|
||||||
baseURL: '/api/auth',
|
|
||||||
provider: {
|
provider: {
|
||||||
type: 'authjs',
|
type: 'authjs',
|
||||||
trustHost: true,
|
trustHost: true,
|
||||||
@@ -21,7 +21,7 @@ export default defineNuxtConfig({
|
|||||||
colorMode: false
|
colorMode: false
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
// can be overriden NUXT_AUTH_ORIGIN
|
// can be overriden NUXT_AUTH_SECRET
|
||||||
authSecret: '',
|
authSecret: '',
|
||||||
zitadelDomain: '',
|
zitadelDomain: '',
|
||||||
zitadelClientId: '',
|
zitadelClientId: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user