Files
website/vue.config.js

3 lines
159 B
JavaScript

module.exports = {// https://learnvue.co/articles/deploy-vue-to-github-pages
publicPath: "/", // Custom domain in prod, local in dev.. Always the same
};