try again

This commit is contained in:
2025-03-16 15:31:11 +08:00
parent 4fd8a637a6
commit 16f786c6e2
5 changed files with 39 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'
import tsconfigPaths from "vite-tsconfig-paths"
// https://vite.dev/config/
export default defineConfig({
base: "/",
base: "./",
plugins: [react(), tsconfigPaths()],
preview: {
port: 3000,