Disable CNAME for now
Assisted-by: Claude Opus 4.6 via pi
change suorouvrrwuwqkolwlukuxrorswqknlu
commit 30bf47d798e726ffc1cf50173810e5f7d7e65ce6
author Alpha Chen <alpha@kejadlen.dev>
date
parent lystwrlw
diff --git a/Rakefile b/Rakefile
index 4acc138..eb30521 100644
--- a/Rakefile
+++ b/Rakefile
@@ -157,7 +157,8 @@ task :pages do
 
   sh "uv", "run", "--with", "pagefind[bin]", "python3", "-m", "pagefind", "--site", CONFIG.pages_dir.to_s
 
-  (CONFIG.pages_dir / "CNAME").write("low-quality-transcripts.kejadlen.dev")
+  # TODO: Uncomment when DNS is ready for custom domain.
+  # (CONFIG.pages_dir / "CNAME").write("low-quality-transcripts.kejadlen.dev")
 end
 
 desc "Serve the generated pages locally"