Skip to content

Commit

Permalink
fix: add account host in next.config.js (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Nov 14, 2023
1 parent 162ac0f commit 9eb0348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
NEXT_PUBLIC_API_HOST: process.env.NEXT_PUBLIC_API_HOST,
NEXT_PUBLIC_GA_MEASUREMENT_ID: process.env.NEXT_PUBLIC_GA_MEASUREMENT_ID,
NEXT_PUBLIC_GRAASP_AUTH_HOST: process.env.NEXT_PUBLIC_GRAASP_AUTH_HOST,
NEXT_PUBLIC_GRAASP_ACCOUNT_HOST:
process.env.NEXT_PUBLIC_GRAASP_ACCOUNT_HOST,
NEXT_PUBLIC_GRAASP_PERFORM_HOST:
process.env.NEXT_PUBLIC_GRAASP_PERFORM_HOST,
NEXT_PUBLIC_GRAASP_ANALYTICS_HOST:
Expand Down

0 comments on commit 9eb0348

Please sign in to comment.