Skip to content

Commit bdb349b

Browse files
committed
update build URL
1 parent aee93c0 commit bdb349b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/rewrites-redirects.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const mediaUrl =
22
process.env.NODE_ENV === "development"
33
? "http://localhost:3001"
4-
: "https://media-delta-blush.vercel.app";
4+
: "https://solana-com-media.vercel.app";
55

66
export default {
77
rewrites: {

0 commit comments

Comments
 (0)