From 6d968d0b9012d06b6aa51952d95ca6b5be97720d Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 15 Sep 2024 19:52:54 -0300 Subject: changing base url --- zola/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zola/config.toml') diff --git a/zola/config.toml b/zola/config.toml index 6e2cd6e..184d40e 100644 --- a/zola/config.toml +++ b/zola/config.toml @@ -1,5 +1,7 @@ # The URL the site will be built for -base_url = "https://ndato.com.ar" +base_url = "https://www.ndato.com" + +output_dir = "www.ndato.com" # Whether to automatically compile all Sass files in the sass directory compile_sass = false -- cgit v1.2.3