5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
// vue.config.js
|
|
module.exports = {
|
|
publicPath: './',
|
|
};
|