vue.config.js 96 Bytes Raw Blame History Permalink 1 2 3 module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/lucky-draw' : '/' };