From ff920b1a964f04ec952f3ca22467af090b7f50fb Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Fri, 21 Mar 2025 00:27:55 +0800 Subject: [PATCH] chore: update zed configuration (#1548) --- .zed/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zed/settings.json b/.zed/settings.json index 0a582612..76745b81 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -15,7 +15,7 @@ "initialization_options": { "exportPdf": "onSave", "fontPaths": ["assets/fonts"], - "outputPath": "$root/target/typst/$name" + "outputPath": "$root/target/typst/$dir/$name" } } }