Skip to content

Commit

Permalink
remove .s3.amazon.com from upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-thom committed Oct 14, 2019
1 parent c0875e8 commit fa54746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Build {
}

get publicUrl() {
return `https://${config.local.rootBucket.name}.s3.amazonaws.com/${this.path}`;
return `https://${config.local.rootBucket.name}/${this.path}`;
}

fetchMetadata() {
Expand Down

0 comments on commit fa54746

Please sign in to comment.