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 9e544a4 commit cc243b8Copy full SHA for cc243b8
website/vite.config.ts
@@ -17,7 +17,7 @@ rmSync(publicAssetsDocsPath, { recursive: true, force: true });
17
symlinkSync(assetsDocsPath, publicAssetsDocsPath, "dir");
18
19
// Create a symbolic link to the assets generated by typst-docs in ./public/docs.json
20
-const jsonDocsPath = resolve(__dirname, "../assets/docs.json");
+const jsonDocsPath = resolve(__dirname, "../docs.json");
21
const publicJsonDocsPath = resolve(__dirname, "./public/docs.json");
22
rmSync(publicJsonDocsPath, { recursive: true, force: true });
23
symlinkSync(jsonDocsPath, publicJsonDocsPath, "file");
0 commit comments