vue.config.js
@@ -1,8 +1,19 @@ const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ publicPath: "./", publicPath: process.env.PUBLIC_PATH, transpileDependencies: true, lintOnSave: false, // devServer: { // open: true, // historyApiFallback: true, // allowedHosts: "all", // headers: { // "access-control-allow-origin": "*", // }, // client: { // overlay: { warnings: false, errors: true } // } // }, configureWebpack: { output: { library: `app-content`,