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 cae046c commit be007fcCopy full SHA for be007fc
1 file changed
vue.config.js
@@ -3,6 +3,6 @@ const { defineConfig } = require('@vue/cli-service')
3
module.exports = defineConfig({
4
transpileDependencies: true,
5
publicPath: process.env.NODE_ENV === 'production'
6
- ? '/draw-lots-static/'
+ ? '/draw_lots/'
7
: '/'
8
})
0 commit comments