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.
1 parent d498201 commit 25cd055Copy full SHA for 25cd055
1 file changed
scripts/prefetch-articles.mjs
@@ -24,7 +24,8 @@ import { resolve, join } from "node:path";
24
25
const CONFIG = {
26
// URLs
27
- xrefUrl: "https://insight-test.desci.com/myst.xref.json",
+ //xrefUrl: 'https://insight-test.desci.com/myst.xref.json',
28
+ xrefUrl: "https://insight-myst.desci1337.workers.dev/myst.xref.json",
29
dpidBaseUrl: process.env.DPID_URL || "https://dev-beta.dpid.org",
30
ipfsGateway: "https://pub.desci.com/ipfs",
31
0 commit comments