Skip to content

Commit

Permalink
build(prod): fix nuxt config to work during nuxt build build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Aug 8, 2024
1 parent 6d575cd commit 705087a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default defineNuxtConfig({
clientSecret: process.env
.NUXT_OIDC_PROVIDERS_KEYCLOAK_CLIENT_SECRET as string,
redirectUri:
process.env.NUXT_PUBLIC_BASE_URL!.replace("\\/$", "") +
"/auth/keycloak/callback",
process.env.NUXT_PUBLIC_BASE_URL + "/auth/keycloak/callback",
exposeAccessToken: true,
},
},
Expand Down

0 comments on commit 705087a

Please sign in to comment.