Skip to content

Commit

Permalink
fix: add back to config (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck authored Apr 19, 2024
1 parent 0fec781 commit e9df8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/public/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = withBundleAnalyzer({
listingPhotoSize: process.env.LISTING_PHOTO_SIZE || "1302",
mapBoxToken: MAPBOX_TOKEN,
housingCounselorServiceUrl: HOUSING_COUNSELOR_SERVICE_URL,
gaKey: process.env.GA_KEY || null,
gtmKey: process.env.GTM_KEY || null,
idleTimeout: process.env.IDLE_TIMEOUT,
jurisdictionName: process.env.JURISDICTION_NAME,
Expand Down

0 comments on commit e9df8c7

Please sign in to comment.