From 68efe680020cf38bd63447c4bc9e9b2c40ad6d97 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Tue, 4 Nov 2025 12:43:20 +0330 Subject: [PATCH] Fix src path in build and updated watch view --- src/App.vue | 19 +------------ src/views/WatchView.vue | 61 +++++++++++++++++------------------------ vite.config.ts | 1 - 3 files changed, 26 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index b7634e6..5582760 100755 --- a/src/App.vue +++ b/src/App.vue @@ -6,24 +6,7 @@ import { SpeedInsights } from '@vercel/speed-insights/vue' - - diff --git a/src/views/WatchView.vue b/src/views/WatchView.vue index cb8614a..a0c4867 100755 --- a/src/views/WatchView.vue +++ b/src/views/WatchView.vue @@ -9,43 +9,32 @@ const isLoaded = ref(false) diff --git a/vite.config.ts b/vite.config.ts index 0e4336c..6ff6f21 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,6 @@ import tailwindcss from '@tailwindcss/vite' // https://vite.dev/config/ export default defineConfig({ - base: process.env.DEPLOY_ENV === 'GH_PAGES' ? '/TBW/' : './', plugins: [ vue(), vueDevTools(),