Build problem solved with adding to the root folder vite.config.js
// vite.config.js
export default {
// config options
base: ''
}
Build problem solved with adding to the root folder vite.config.js
// vite.config.js
export default {
// config options
base: ''
}