static_site/vue.config.js

3 lines
66 B
JavaScript

module.exports = {
publicPath: process.env.VUE_APP_URL_ROOT,
};