Skip to content

How do I config path of assets, icons for quasar spa? #13982

Discussion options

You must be logged in to vote

Solved by vite config, 😎 🎉 thank you for this post https://stackoverflow.com/questions/71462201/how-to-fix-the-asset-file-path-in-my-vue-vite-application-build to guide me the idea. 🙏🙏🙏

build: {
     extendViteConf (viteConf, { isClient, isServer }) {
          viteConf.base = '/sale-local/'; // <=== add this line
      },
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bombxdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant