Skip to content

Commit 582b28a

Browse files
committed
oops
1 parent 0773f64 commit 582b28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (!fs.existsSync(original_file)) {
4343
process.cwd()
4444
);
4545
}
46-
hash_graph(hash, fileURLToPath(original_file));
46+
hash_graph(hash, original_file);
4747
const digest = hash.digest().toString('base64').replace(/\//g, '-');
4848

4949
/**

0 commit comments

Comments
 (0)