Skip to content

Commit

Permalink
fix: add doorwayUrl back to next config
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Feb 29, 2024
1 parent e2962a1 commit 5eeb6fd
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 @@ -31,6 +31,7 @@ const tailwindVars = require("@bloom-housing/ui-components/tailwind.tosass.js")(
module.exports = withBundleAnalyzer({
env: {
backendApiBase: BACKEND_API_BASE,
doorwayUrl: process.env.DOORWAY_URL,
listingServiceUrl: BACKEND_API_BASE + LISTINGS_QUERY,
listingPhotoSize: process.env.LISTING_PHOTO_SIZE || "1302",
mapBoxToken: MAPBOX_TOKEN,
Expand Down

0 comments on commit 5eeb6fd

Please sign in to comment.