mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
去掉cdn
This commit is contained in:
parent
bf6db5feab
commit
0fb43bba2d
@ -11,7 +11,8 @@ node ./build/generate-search-data.js
|
||||
|
||||
fis3 release gh-pages -c
|
||||
|
||||
node ./build/upload2cdn.js $1 $2
|
||||
# 不走 cdn 了
|
||||
# node ./build/upload2cdn.js $1 $2
|
||||
|
||||
echo "pushing"
|
||||
|
||||
|
@ -683,7 +683,7 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
]
|
||||
});
|
||||
ghPages.match('*', {
|
||||
domain: 'https://bce.bdstatic.com/fex/amis-gh-pages',
|
||||
domain: '/amis',
|
||||
deploy: [
|
||||
fis.plugin('skip-packed'),
|
||||
fis.plugin('local-deliver', {
|
||||
|
Loading…
Reference in New Issue
Block a user