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 dc7a86d commit 511d760Copy full SHA for 511d760
scripts/gulpfile.js
@@ -56,6 +56,10 @@ function copyHtml() {
56
path.join(cwd, 'site-dist/404.html'),
57
fs.readFileSync(path.join(cwd, 'site/404.html')),
58
);
59
+ fs.writeFileSync(
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',
0 commit comments