Skip to content

Commit 5bbc096

Browse files
committed
chore: replace cf-ipfs with ipfs.w3s.link
1 parent 9f5ae2d commit 5bbc096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy/fleek/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export async function uploadAssets(props: {
193193
fleekSdk: props.fleekSdk,
194194
});
195195

196-
response = { url: `https://${result}.ipfs.cf-ipfs.com/`, type: 'middleware', name: '/' };
196+
response = { url: `https://${result}.ipfs.w3s.link`, type: 'middleware', name: '/' };
197197

198198
output.success(t('assetsCreated', { url: response.url }));
199199
} else {

0 commit comments

Comments
 (0)