in vite.config.ts [56:58]
transformIndexHtml(html, { path }) { return html.replace(/"\/assets\//g, `"${relative(dirname(path), '/assets')}/`); },