Skip to content

Commit 61cf8a4

Browse files
committed
docs: add CNAME
1 parent be12d2e commit 61cf8a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/gulpfile.js

+4
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/CNAME'),
61+
'vue.ant.design',
62+
);
5963
rl.on('line', line => {
6064
if (line.indexOf('path:') > -1) {
6165
const name = line.split("'")[1].split("'")[0];

0 commit comments

Comments
 (0)