< BACK TO BLOG

Vue.js path for assets

Published Sun Feb 21 2021



vue.config.js to serve assets with different type of paths like

/login/?token=111111

module.exports = {

  publicPath: '/'

}

Ref:https://stackoverflow.com/questions/43879418/deploy-vuejs-app-in-a-subdirectory/43880261#43880261




Subscribe to my Newsletter

Get the latest posts delivered right to your inbox