Skip to content

Commit

Permalink
add PUBLIC_GAPI_OAUTH_CLIENT_ID to next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Jan 9, 2024
1 parent e3e4080 commit ef61cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/exhibition-live/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const nextConfig = {
},
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '/exhibition-live',
publicRuntimeConfig: {
NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID: process.env.NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID,
NEXT_PUBLIC_BASE_PATH: process.env.NEXT_PUBLIC_BASE_PATH || '/exhibition-live',
}
}
Expand Down

0 comments on commit ef61cb2

Please sign in to comment.