We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67cd5e commit d92f714Copy full SHA for d92f714
1 file changed
src/content.config.ts
@@ -72,7 +72,8 @@ function createCacheLoader(
72
const cachePath = resolve(process.cwd(), "cache");
73
74
const server: InsightJournalMystConfig = {
75
- baseUrl: "https://insight-test.desci.com",
+ //baseUrl: "https://insight-test.desci.com",
76
+ baseUrl: "https://insight-myst.desci1337.workers.dev",
77
timeout: 15000,
78
// Enable fuse index generation for search
79
generateSearchIndex: true,
0 commit comments