Skip to content

Commit 770615e

Browse files
authored
chore: change domain for cache key
1 parent 0498ce9 commit 770615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/shim/require-from-cache.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import prettierrc from "../../../.cached_schemastore/json.schemastore.org/pretti
88
*/
99
export default function fakeRequire(p) {
1010
if (
11-
p.endsWith(".cached_schemastore/www.schemastore.org/api/json/catalog.json")
11+
p.endsWith(".cached_schemastore/json.schemastore.org/api/json/catalog.json")
1212
) {
1313
return { ...catalog, timestamp: Infinity };
1414
}

0 commit comments

Comments
 (0)