Skip to content

Commit

Permalink
Merge branch 'prod' into upload-folder-page
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Aug 15, 2024
2 parents 010e7c9 + 3fea84d commit 6d6f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const paymentServiceUrl =
import.meta.env.PROD === false
import.meta.env.PROD === true
? "https://payment.ardrive.io"
: "http://localhost:3000";
export const termsOfServiceUrl = "https://ardrive.io/tos-and-privacy/";
Expand Down

0 comments on commit 6d6f3f9

Please sign in to comment.