Skip to content

Commit cc243b8

Browse files
committed
I missed an update of mise
1 parent 9e544a4 commit cc243b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rmSync(publicAssetsDocsPath, { recursive: true, force: true });
1717
symlinkSync(assetsDocsPath, publicAssetsDocsPath, "dir");
1818

1919
// Create a symbolic link to the assets generated by typst-docs in ./public/docs.json
20-
const jsonDocsPath = resolve(__dirname, "../assets/docs.json");
20+
const jsonDocsPath = resolve(__dirname, "../docs.json");
2121
const publicJsonDocsPath = resolve(__dirname, "./public/docs.json");
2222
rmSync(publicJsonDocsPath, { recursive: true, force: true });
2323
symlinkSync(jsonDocsPath, publicJsonDocsPath, "file");

0 commit comments

Comments
 (0)