From d5f66735a3e080a01344c0f501b135ae921982e1 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 8 Feb 2021 18:03:15 +0530 Subject: [PATCH] test domain --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8a68f1..d874f94 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" - echo "avinal.space" > "$(OUTPUTDIR)/CNAME" + echo "www.avinal.space" > "$(OUTPUTDIR)/CNAME" mkdir -p "$(OUTPUTDIR)/custom" cp -a custom/. "$(OUTPUTDIR)/custom/" cp 404.html "$(OUTPUTDIR)"