Skip to content

Commit 511d760

Browse files
committed
feat: update site
1 parent dc7a86d commit 511d760

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/gulpfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ function copyHtml() {
5656
path.join(cwd, 'site-dist/404.html'),
5757
fs.readFileSync(path.join(cwd, 'site/404.html')),
5858
);
59+
fs.writeFileSync(
60+
path.join(cwd, 'site-dist/index-cn.html'),
61+
fs.readFileSync(path.join(cwd, 'site-dist/index.html')),
62+
);
5963
fs.writeFileSync(
6064
path.join(cwd, 'site-dist/CNAME'),
6165
'vue.ant.design',

0 commit comments

Comments
 (0)