diff --git a/README.md b/README.md
index cb93d4bab25a7e8e27273a47b4b6d54462ae7716..d027d4c3f6b7dd32163797c15ba1dff68401a12b 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Please try again`. If you see it but there are no other errors then it probably
 worked. Check your dashboard at vercel.com and you should see an empty project
 was created.
 
-After it is created you have to first make sure you updated `/clean-build.sh`,
+After it is created you have to first make sure you updated `/clean-build.cjs`,
 if you changed the name or number of any of the sections. If not make that
 change now. Finally go to the settings for the newly created project and in the
 general section add the following as an "override" to the build command:
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 07ee29a1a030ef22bcc09fc2a1a09895a7ab9475..441c0e3cfe5937f8d62b9e9868d0abfca7de88e2 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -38,7 +38,7 @@ suffixes = ["json"]
 [outputFormats]
 [outputFormats.ACTIVITY]
 mediaType = "application/activity+json"
-notAlternative = true
+notAlternative = false
 baseName = "activity"
 [outputFormats.ACTIVITY_OUTBOX]
 mediaType = "application/activity+json"
@@ -52,12 +52,6 @@ baseName = "manifest"
 mediaType = "application/activity+json"
 notAlternative = false
 baseName = "status"
-#[outputFormats.HTML_STATUS]
-#mediaType = "text/html"
-#notAlternative = true
-#baseName = "index"
-#permalinkable=false
-#noUgly=true
 
 [outputs]
 home = ["HTML", "RSS", "ACTIVITY", "ACTIVITY_OUTBOX", "MANIFEST"]