add init deploy files

This commit is contained in:
Hepatica
2023-11-24 01:38:51 +01:00
parent 90ba264d1b
commit 55bcdf78fe
5 changed files with 49 additions and 20 deletions

View File

@@ -1,4 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
// vue.config.js file to be placed in the root of your repository
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/LuckyDiamond/'
: '/'
}