1Panel 部署Vue3 + Vite + ts项目,出现长时间加载


你是不是使用router之类的了,需要使用网站类型为静态网站,然后伪静态设置为

location / {
    try_files $uri $uri/ /index.html;
 }