diff options
Diffstat (limited to 'zola')
-rw-r--r-- | zola/config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |