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