mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
11 lines
227 B
JavaScript
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: '/'
|
|
} |