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 be12d2e commit 61cf8a4Copy full SHA for 61cf8a4
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/CNAME'),
61
+ 'vue.ant.design',
62
+ );
63
rl.on('line', line => {
64
if (line.indexOf('path:') > -1) {
65
const name = line.split("'")[1].split("'")[0];
0 commit comments