vite.config.ts
defineConfig({ base: "/", });
nginx.conf
server { location / { try_files $uri $uri/ /index.html; } }
注意: 访问的时候不能是 /index.html 是 /