Unnamed repository; edit this file 'description' to name the repository.
book: Always generate the CNAME file
Blaž Hrastnik 2021-06-02
parent dbc392d · commit 4f56a8e
-rw-r--r--book/book.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/book/book.toml b/book/book.toml
index f397aef0..e6d3eee3 100644
--- a/book/book.toml
+++ b/book/book.toml
@@ -4,3 +4,6 @@ language = "en"
multilingual = false
src = "src"
theme = "colibri"
+
+[output.html]
+cname = "docs.helix-editor.com"