townsquare/vue.config.js
2023-01-13 16:57:06 +00:00

5 lines
268 B
JavaScript

module.exports = {
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
// publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
};