From ae3098594a108fd2710d88cf516d894c15cf8b75 Mon Sep 17 00:00:00 2001 From: kexogg Date: Mon, 19 Feb 2024 02:46:15 +0500 Subject: [PATCH] baseurl --- vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 861b04b..5fe14d6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], + base: '/66bit-frontend/', + plugins: [react()], })