From 910d56bf0409034645537d05d7f10602842cc35d Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 8 Feb 2021 17:59:45 +0530 Subject: [PATCH] test domain --- 404.html | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 404cc5f..ef4bfa5 100644 --- a/404.html +++ b/404.html @@ -7,7 +7,7 @@ - + diff --git a/Makefile b/Makefile index 10896e7..a8a68f1 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" - echo "blog.avinal.space" > "$(OUTPUTDIR)/CNAME" + echo "avinal.space" > "$(OUTPUTDIR)/CNAME" mkdir -p "$(OUTPUTDIR)/custom" cp -a custom/. "$(OUTPUTDIR)/custom/" cp 404.html "$(OUTPUTDIR)"