Skip to content

Commit bcdbf50

Browse files
committed
update vue.config.js
1 parent 5156d85 commit bcdbf50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vue.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const { defineConfig } = require("@vue/cli-service");
22
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
33
module.exports = defineConfig({
4-
// publicPath: '/',
5-
publicPath: '/key-generator',
4+
publicPath: '/',
5+
// publicPath: '/key-generator',
66
devServer: {
77
open: true,
88
port: 12306,

0 commit comments

Comments
 (0)