We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b42deb commit ab978d1Copy full SHA for ab978d1
vue.config.js
@@ -2,5 +2,5 @@ const { defineConfig } = require('@vue/cli-service')
2
module.exports = defineConfig({
3
transpileDependencies: true,
4
productionSourceMap: false,
5
- publicPath: process.env.NODE_ENV == 'production' ? "/py-tk" : "/"
+ publicPath: process.env.NODE_ENV == 'production' ? "/tkinter-helper" : "/"
6
})
0 commit comments