From 0b35ec4fe6a9e7658ae9a89badb1e48beb4961b3 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Mon, 7 Jul 2025 00:05:30 -0300 Subject: changing base url, and more music --- zola/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zola/config.toml') diff --git a/zola/config.toml b/zola/config.toml index 23a24d0..683baf2 100644 --- a/zola/config.toml +++ b/zola/config.toml @@ -1,7 +1,7 @@ # The URL the site will be built for -base_url = "https://www.ndato.com" +base_url = "https://ndato.com" -output_dir = "www.ndato.com" +output_dir = "ndato.com" # Whether to automatically compile all Sass files in the sass directory compile_sass = false -- cgit v1.2.3