This commit is contained in:
Hepatica
2023-11-24 03:44:49 +01:00
parent e3dbf46dea
commit 32b55d4b5c
6 changed files with 15 additions and 11 deletions

View File

@@ -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: '/'
}