Skip to content

Commit

Permalink
fix: fixed issue in getting domain from cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
madan-ideas2it committed Nov 3, 2023
1 parent 9426687 commit 5116396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web-app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
**/
let nextConfig = {
env: {
AUTH_API_URL: process.env.AUTH_API_URL
AUTH_API_URL: process.env.AUTH_API_URL,
COOKIE_DOMAIN: process.env.COOKIE_DOMAIN
},
nx: {
// Set this to true if you would like to to use SVGR
Expand Down

0 comments on commit 5116396

Please sign in to comment.