We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96afcdf commit 9a07395Copy full SHA for 9a07395
scripts/gulpfile.js
@@ -60,10 +60,7 @@ function copyHtml() {
60
path.join(cwd, 'site-dist/index-cn.html'),
61
fs.readFileSync(path.join(cwd, 'site-dist/index.html')),
62
);
63
- fs.writeFileSync(
64
- path.join(cwd, 'site-dist/CNAME'),
65
- 'vue.ant.design',
66
- );
+ fs.writeFileSync(path.join(cwd, 'site-dist/CNAME'), 'vue.ant.design');
67
rl.on('line', line => {
68
if (line.indexOf('path:') > -1) {
69
const name = line.split("'")[1].split("'")[0];
0 commit comments