Skip to content

Commit 6241f71

Browse files
committed
ci: 修改 cdn地址
1 parent 8b6a887 commit 6241f71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ const vueMarkdown = {
6363

6464
module.exports = {
6565
outputDir: 'dist',
66+
publicPath: process.env.NODE_ENV === 'production'
67+
? 'http://cdn.jskou.com/'
68+
: '/',
6669
css: {
6770
extract: true
6871
},

0 commit comments

Comments
 (0)