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 0773f64 commit 582b28aCopy full SHA for 582b28a
packages/site-kit/src/lib/markdown/renderer.ts
@@ -43,7 +43,7 @@ if (!fs.existsSync(original_file)) {
43
process.cwd()
44
);
45
}
46
-hash_graph(hash, fileURLToPath(original_file));
+hash_graph(hash, original_file);
47
const digest = hash.digest().toString('base64').replace(/\//g, '-');
48
49
/**
0 commit comments