Files
LuckyDiamond/luckydiamond/vue.config.js
Hepatica 32b55d4b5c deploy
2023-11-24 03:44:49 +01:00

11 lines
227 B
JavaScript

// vue.config.js file to be placed in the root of your repository
// module.exports = {
// publicPath: process.env.NODE_ENV === 'production'
// ? '/luckydiamond/'
// : '/'
// }
module.exports = {
publicPath: '/'
}