mirror of
https://github.com/Xevion/lovely.git
synced 2026-01-31 04:24:48 -06:00
Setup Vue for GitHub pages deployment
This commit is contained in:
+4
-2
@@ -1,4 +1,6 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
const {defineConfig} = require('@vue/cli-service')
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true
|
transpileDependencies: true,
|
||||||
|
outputDir: './docs/',
|
||||||
|
publicPath: process.env.NODE_ENV === 'production' ? '/lovely/' : '/',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user