Skip to content

Commit b5bd7a1

Browse files
authored
Merge pull request #5 from fleekxyz/adrien/w3s-ipfs
fix: replace cf-ipfs with ipfs.w3s.link
2 parents 9f5ae2d + 7947603 commit b5bd7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fleek-platform/next",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deploy your server-side Next.js application on Fleek",
55
"bin": {
66
"fleek-next": "./dist/index.js"

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)