aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-02 01:24:00 +0000
committerBlaž Hrastnik2021-06-02 01:24:00 +0000
commit4f56a8e2480952af2c41dcb2084b66abc1fb580c (patch)
tree16bedcf69877e250aca23a2d93d82896820ca717
parentdbc392d92c8201e221867b0d29997da3577d3622 (diff)
book: Always generate the CNAME file
-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"