Skip to content

Commit

Permalink
修正qiniudn为qiniucdn
Browse files Browse the repository at this point in the history
  • Loading branch information
crazier9527 committed Apr 20, 2016
1 parent 9430671 commit 678f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(qnConfig.offline){
throw new Error('bucket and urlPrefix must has one');
}else{
// 没有配置urlPrefix时根据bucket生成
qnConfig.url_Prefix = ['http://',qnConfig.bucket,'.qiniudn.com',qnConfig.dirPrefix ? '/' + qnConfig.dirPrefix : ''].join('');
qnConfig.url_Prefix = ['http://',qnConfig.bucket,'.qiniucdn.com',qnConfig.dirPrefix ? '/' + qnConfig.dirPrefix : ''].join('');
}
} else {
qnConfig.url_Prefix = qnConfig.urlPrefix;
Expand Down

0 comments on commit 678f57d

Please sign in to comment.