We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5a098 commit 273a3e9Copy full SHA for 273a3e9
scripts/ipfs.mjs
@@ -21,7 +21,7 @@ import { walkSync } from "./libs/walkSync.mjs";
21
for await (const file of importer(source, blockstore, { wrapWithDirectory: true }))
22
last = file
23
24
- await writeFile("./dist/.ipfs.md", `https://${last.cid.toString()}.ipfs.cf-ipfs.com/`)
+ await writeFile("./dist/.ipfs.md", `https://${last.cid.toString()}.ipfs.ipfs0.hazae41.me/`)
25
}
26
27
{
@@ -37,5 +37,5 @@ import { walkSync } from "./libs/walkSync.mjs";
37
38
39
40
- await writeFile("./dist/.website.ipfs.md", `https://${last.cid.toString()}.ipfs.cf-ipfs.com/`)
+ await writeFile("./dist/.website.ipfs.md", `https://${last.cid.toString()}.ipfs.ipfs0.hazae41.me/`)
41
0 commit comments