5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
// vue.config.js
|
|
module.exports = {
|
|
publicPath: "/shikiryu/email-templates/dist/"
|
|
}
|