From 16da03170da496a8c3a7b12b9604c29888b8c1ea Mon Sep 17 00:00:00 2001 From: Victor Batischev Date: Fri, 16 Feb 2024 15:06:01 +0300 Subject: [PATCH] base url --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 88578f2..882bd39 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,5 +14,4 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)), }, }, - base: '/vue-health/', })