Skip to content

Commit e07fc43

Browse files
committed
build: update myst.xref.json source
Second article import.
1 parent b67cd5e commit e07fc43

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/prefetch-articles.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import { resolve, join } from 'node:path';
2424

2525
const CONFIG = {
2626
// URLs
27-
xrefUrl: 'https://insight-test.desci.com/myst.xref.json',
27+
//xrefUrl: 'https://insight-test.desci.com/myst.xref.json',
28+
xrefUrl: "https://insight-myst.desci1337.workers.dev/myst.xref.json",
2829
dpidBaseUrl: 'https://dev-beta.dpid.org',
2930
ipfsGateway: 'https://pub.desci.com/ipfs',
3031

src/content.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ function createCacheLoader(
7272
const cachePath = resolve(process.cwd(), "cache");
7373

7474
const server: InsightJournalMystConfig = {
75-
baseUrl: "https://insight-test.desci.com",
75+
//baseUrl: "https://insight-test.desci.com",
76+
baseUrl: "https://insight-myst.desci1337.workers.dev",
7677
timeout: 15000,
7778
// Enable fuse index generation for search
7879
generateSearchIndex: true,

0 commit comments

Comments
 (0)