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)"