mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
deploy
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// 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: process.env.NODE_ENV === 'production'
|
||||
? '/LuckyDiamond/'
|
||||
: '/'
|
||||
publicPath: '/'
|
||||
}
|
||||
Reference in New Issue
Block a user