Skip to content

Commit ab978d1

Browse files
committed
fix
1 parent 1b42deb commit ab978d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ const { defineConfig } = require('@vue/cli-service')
22
module.exports = defineConfig({
33
transpileDependencies: true,
44
productionSourceMap: false,
5-
publicPath: process.env.NODE_ENV == 'production' ? "/py-tk" : "/"
5+
publicPath: process.env.NODE_ENV == 'production' ? "/tkinter-helper" : "/"
66
})

0 commit comments

Comments
 (0)