// vite.config.js import { defineConfig, loadEnv } from 'vite'; export default defineConfig({ base: '/fourjs/' })