// vue.config.js
module.exports = {
// options…
publicPath: "./",
// outputDirL:‘dist’,
// assetsDir:‘static’,
indexPath: "index.html",
};
// vue.config.js
module.exports = {
// options…
publicPath: "./",
// outputDirL:‘dist’,
// assetsDir:‘static’,
indexPath: "index.html",
};