Skip to content

Commit

Permalink
feat: Adding NEXT_PUBLIC_BASE_PATH env variable to terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Dec 5, 2023
1 parent a6ac0af commit 7a635fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ locals {
}
staging_client_env = {
NEXT_PUBLIC_URL = "${module.staging.app_url}/impact-sphere"
NEXT_PUBLIC_BASE_PATH = "/impact-sphere"
NEXT_PUBLIC_ENVIRONMENT = "production"
NEXT_PUBLIC_API_URL = "${module.staging.app_url}/impact-sphere/cms/api"
NEXT_PUBLIC_GA_TRACKING_ID = var.ga_tracking_id
Expand Down

0 comments on commit 7a635fc

Please sign in to comment.