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 0498ce9 commit 770615eCopy full SHA for 770615e
docs/.vitepress/shim/require-from-cache.mjs
@@ -8,7 +8,7 @@ import prettierrc from "../../../.cached_schemastore/json.schemastore.org/pretti
8
*/
9
export default function fakeRequire(p) {
10
if (
11
- p.endsWith(".cached_schemastore/www.schemastore.org/api/json/catalog.json")
+ p.endsWith(".cached_schemastore/json.schemastore.org/api/json/catalog.json")
12
) {
13
return { ...catalog, timestamp: Infinity };
14
}
0 commit comments