We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f5ae2d + 7947603 commit b5bd7a1Copy full SHA for b5bd7a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fleek-platform/next",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "Deploy your server-side Next.js application on Fleek",
5
"bin": {
6
"fleek-next": "./dist/index.js"
src/commands/deploy/fleek/index.ts
@@ -193,7 +193,7 @@ export async function uploadAssets(props: {
193
fleekSdk: props.fleekSdk,
194
});
195
196
- response = { url: `https://${result}.ipfs.cf-ipfs.com/`, type: 'middleware', name: '/' };
+ response = { url: `https://${result}.ipfs.w3s.link/`, type: 'middleware', name: '/' };
197
198
output.success(t('assetsCreated', { url: response.url }));
199
} else {
0 commit comments