From 09b3a5527370c44d81c5b16bc8649e84bcbdb9fb Mon Sep 17 00:00:00 2001 From: andyfreer <15262896+andyfreer@users.noreply.github.com> Date: Sat, 15 Feb 2020 10:16:05 +0000 Subject: [PATCH] Static: Add CNAME to ./public for gh-pages custom domain ...fixing issue of deletion of gh-pages custom domain deletion-on-commit issue --- src/static/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/static/CNAME diff --git a/src/static/CNAME b/src/static/CNAME new file mode 100644 index 0000000..358854f --- /dev/null +++ b/src/static/CNAME @@ -0,0 +1 @@ +dashdevs.org \ No newline at end of file