diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..ff5ca9cf43c198144026ec182eaf268d248a891b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +resume.lxxyx.cn \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 7b06447be752e99428d6d54446844fda2ad406be..056c8a46a4d5a36aeea628aa7911169c752f9011 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,6 +65,7 @@ gulp.task('copy', () => { src2dist('iconfont') src2dist('img') src2dist('pdf') + gulp.src('./CNAME').pipe(gulp.dest('./dist')) }) gulp.task('clean', () => {