From a4bb9225372e959cb42003afe10688430de946a8 Mon Sep 17 00:00:00 2001 From: Dylan Jay Date: Thu, 15 Aug 2024 13:40:10 +0700 Subject: [PATCH] fix dist dir --- examples/hydra-vue-f7/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hydra-vue-f7/vite.config.js b/examples/hydra-vue-f7/vite.config.js index f2a83c1..e84ae47 100644 --- a/examples/hydra-vue-f7/vite.config.js +++ b/examples/hydra-vue-f7/vite.config.js @@ -8,7 +8,7 @@ import mkcert from 'vite-plugin-mkcert' const SRC_DIR = path.resolve(__dirname, './src'); const PUBLIC_DIR = path.resolve(__dirname, './public'); -const BUILD_DIR = path.resolve(__dirname, './www',); +const BUILD_DIR = path.resolve(__dirname, './dist',); export default { plugins: [