Vite 应用程序无法在 Netlify 上正确呈现

Vite app not rendered properly on Netlify

我部署在Netlify上的Vite应用是否需要设置环境变量。当我在本地主机上使用 npm 运行 dev 时,我的站点按预期呈现,但是当我在 Netlify 上使用相同的构建命令时,它只呈现纯 HTML 页面而不使用 Vite main.js.我将我的 link 添加到我的项目中:https://github.com/nguyenvothuan/Portfolio/tree/master and to netlify: https://quizzical-jepsen-e78ac7.netlify.app/

更新:设置如下:
构建命令:npm 运行 build(不是 npm 运行 dev)
发布目录:dist