diff options
author | Blaž Hrastnik | 2021-06-02 01:24:00 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-02 01:24:00 +0000 |
commit | 4f56a8e2480952af2c41dcb2084b66abc1fb580c (patch) | |
tree | 16bedcf69877e250aca23a2d93d82896820ca717 /book | |
parent | dbc392d92c8201e221867b0d29997da3577d3622 (diff) |
book: Always generate the CNAME file
Diffstat (limited to 'book')
-rw-r--r-- | book/book.toml | 3 |
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" |