Skip to content

Commit be007fc

Browse files
committed
🚑 fix wrong path
1 parent cae046c commit be007fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ const { defineConfig } = require('@vue/cli-service')
33
module.exports = defineConfig({
44
transpileDependencies: true,
55
publicPath: process.env.NODE_ENV === 'production'
6-
? '/draw-lots-static/'
6+
? '/draw_lots/'
77
: '/'
88
})

0 commit comments

Comments
 (0)