mirror of
https://github.com/Xevion/lovely.git
synced 2025-12-05 23:15:28 -06:00
6 lines
218 B
JavaScript
6 lines
218 B
JavaScript
const {defineConfig} = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true,
|
|
outputDir: './docs/',
|
|
publicPath: process.env.NODE_ENV === 'production' ? '/lovely/' : '/',
|
|
}) |