diff --git a/vite.config.ts b/vite.config.ts index 4555a21..3d84cc9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import { defineConfig } from 'vite'; // https://vitejs.dev/config/ export default defineConfig({ - base: '/', + base: '/hiddify-admin-front/', plugins: [react()], server: { port: 3000, // You can specify the port you want the dev server to run on