We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reskript v5.1.0
// reskript.config.ts build: { appTitle: 'Vercel', publicPath: '/vercel/assets/', },
编译后的 index.html 中
翻了下代码,vite 的资源路径是配置里的 base + build.assetsDir,build.assetsDir 默认是 assets,配置中的路径只覆盖了base导致