-
diff --git a/vite.config.ts b/vite.config.ts
index cac6f117..11e36387 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -40,7 +40,7 @@ const vitePlugins: VitePlugin[] = [];
if (isReportMode()) {
// report
rollupPlugins.push(
- visualizer({ filename: './node_modules/.cache/stats.html', open: true }) as Plugin
+ visualizer({ filename: './build/.cache/stats.html', open: true }) as Plugin
);
}
if (isBuildGzip() || isSiteMode()) {