Skip to content

Commit

Permalink
Add missing BUILD_TARGET
Browse files Browse the repository at this point in the history
Needed for correct asset path
  • Loading branch information
Joozty committed Sep 30, 2020
1 parent 34cf39d commit 22cdadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const config = {
...env[NODE_ENV],
SENTRY_DSN: process.env.SENTRY_DSN,
GA_TRACKING_CODE: process.env.GA_TRACKING_CODE,
BUILD_TARGET: process.env.BUILD_TARGET,
}

validate(config)
Expand Down

1 comment on commit 22cdadf

@vercel
Copy link

@vercel vercel bot commented on 22cdadf Sep 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.