Project setup using Vite with CI/CD on GitHub Actions

Build problem solved with adding to the root folder vite.config.js

// vite.config.js
export default {
  // config options
  base: ''
}
2 Likes