feat: change output dir

This commit is contained in:
2025-12-16 16:03:59 +08:00
parent ae6d08fbe5
commit 2c96c788fe

View File

@@ -72,4 +72,6 @@ export default defineConfig({
{ icon: "gitee", link: "https://gitee.com/gushenfree/flower-rain" },
],
},
// 在 VitePress 中项目根目录视为 docs 目录
outDir: "..output/docs/dist",
});