From f26f692931f9840efa2b920c33f255c352dfe79a Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 22 Dec 2023 01:52:44 +1000 Subject: [PATCH] minify htmls in prod --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index ca05876..99b93d3 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ base_url = "https://blek.codes" # Whether to automatically compile all Sass files in the sass directory compile_sass = true +minify_html = true + # Whether to build a search index to be used later on by a JavaScript library build_search_index = false