chore: production build cleanup and vite config

This commit is contained in:
M1ngdaXie
2026-03-26 14:38:09 -07:00
parent f75b1b3d1f
commit 47df521e86
3 changed files with 1 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/',
})