forked from blek/world
1
0
Fork 0

minify htmls in prod

This commit is contained in:
blek 2023-12-22 01:52:44 +10:00
parent 71861687b9
commit f26f692931
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 0 deletions

View File

@ -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