We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6a887 commit 6241f71Copy full SHA for 6241f71
1 file changed
vue.config.js
@@ -63,6 +63,9 @@ const vueMarkdown = {
63
64
module.exports = {
65
outputDir: 'dist',
66
+ publicPath: process.env.NODE_ENV === 'production'
67
+ ? 'http://cdn.jskou.com/'
68
+ : '/',
69
css: {
70
extract: true
71
},
0 commit comments