Commit 20f31b8 1 parent 932ffaa commit 20f31b8 Copy full SHA for 20f31b8
File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.storacha.network" >> .env
139
139
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.storacha.network/receipt/" >> .env
140
140
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
141
- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
141
+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
142
142
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
143
143
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
144
144
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.web3.storage" >> .env
132
132
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.web3.storage/receipt/" >> .env
133
133
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
134
- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
134
+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
135
135
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
136
136
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
137
137
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
Original file line number Diff line number Diff line change @@ -33,9 +33,4 @@ export const serviceConnection = connect<Service>({
33
33
} ) ,
34
34
} )
35
35
36
- /**
37
- * Using freeway.dag.haus/freeway-staging.dag.haus as the gateway host directly without going through w3s.link
38
- * to avoid the need to avoid access fetch error in production due to the w3s.link CORS policy:
39
- * - Redirect is not allowed for a preflight request.
40
- */
41
- export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://freeway.dag.haus'
36
+ export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://w3s.link'
You can’t perform that action at this time.
0 commit comments