We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5156d85 commit bcdbf50Copy full SHA for bcdbf50
1 file changed
vue.config.js
@@ -1,8 +1,8 @@
1
const { defineConfig } = require("@vue/cli-service");
2
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
3
module.exports = defineConfig({
4
- // publicPath: '/',
5
- publicPath: '/key-generator',
+ publicPath: '/',
+ // publicPath: '/key-generator',
6
devServer: {
7
open: true,
8
port: 12306,
0 commit comments