Skip to content

Commit 273a3e9

Browse files
committed
fix build
1 parent 8d5a098 commit 273a3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ipfs.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { walkSync } from "./libs/walkSync.mjs";
2121
for await (const file of importer(source, blockstore, { wrapWithDirectory: true }))
2222
last = file
2323

24-
await writeFile("./dist/.ipfs.md", `https://${last.cid.toString()}.ipfs.cf-ipfs.com/`)
24+
await writeFile("./dist/.ipfs.md", `https://${last.cid.toString()}.ipfs.ipfs0.hazae41.me/`)
2525
}
2626

2727
{
@@ -37,5 +37,5 @@ import { walkSync } from "./libs/walkSync.mjs";
3737
for await (const file of importer(source, blockstore, { wrapWithDirectory: true }))
3838
last = file
3939

40-
await writeFile("./dist/.website.ipfs.md", `https://${last.cid.toString()}.ipfs.cf-ipfs.com/`)
40+
await writeFile("./dist/.website.ipfs.md", `https://${last.cid.toString()}.ipfs.ipfs0.hazae41.me/`)
4141
}

0 commit comments

Comments
 (0)