-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated page.tsx and config.ts for deployment
- Loading branch information
GritnotGit
committed
May 25, 2024
1 parent
590f49e
commit 8ea98bb
Showing
5 changed files
with
541 additions
and
1,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// use NODE_ENV to not have to change config based on where it's deployed | ||
// config.ts | ||
|
||
// Use NODE_ENV to not have to change config based on where it's deployed | ||
export const NEXT_PUBLIC_URL = | ||
process.env.NODE_ENV == 'development' ? 'http://localhost:3000' : 'https://a-frame-in-100-lines-mu.vercel.app'; | ||
process.env.NODE_ENV == 'development' ? 'http://localhost:3000' : 'https://local-school-fundraiser-mint.vercel.app'; | ||
export const BUY_MY_COFFEE_CONTRACT_ADDR = '0xcD3D5E4E498BAb2e0832257569c3Fd4AE439dD6f'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.