Skip to content

Commit

Permalink
chore: pass on envs
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jul 30, 2024
1 parent c2ab87a commit 432acd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/customer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
const isStandalone = process.env.STANDALONE === 'true';

const nextConfig = {
env: {
DEPLOY_PRIME_URL: process.env.DEPLOY_PRIME_URL,
DEPLOY_URL: process.env.DEPLOY_URL,
URL: process.env.URL,
},
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
Expand Down

0 comments on commit 432acd8

Please sign in to comment.