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