fix invalid "base" option

This commit is contained in:
2025-10-04 21:46:59 +03:00
parent f1293bc32d
commit 1ba05518c6

View File

@@ -5,5 +5,5 @@ import tsconfigPaths from 'vite-tsconfig-paths';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths()],
base: "./src"
base: "./"
});