diff --git a/docs/book.toml b/docs/book.toml
index 6a33dd593e00518ba877b55be8217757f56136e7..ba39cf9e40e73d69202fbd5c6a8df1dcdd429419 100644
--- a/docs/book.toml
+++ b/docs/book.toml
@@ -5,6 +5,9 @@ language = "en"
 multilingual = false
 src = "src"
 
+[output.html.redirect]
+"/index.html" = "./about.html"
+
 [output.html]
 git-repository-url = "https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/docs"
 edit-url-template = "https://git.shivering-isles.com/-/ide/project/shivering-isles/infrastructure-gitops/edit/main/-/docs/{path}"