diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 19:52:54 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 19:52:54 -0300 |
commit | 6d968d0b9012d06b6aa51952d95ca6b5be97720d (patch) | |
tree | 6b7ef80f476745f3f3199bf3676c9041bca6f9f2 /zola/config.toml | |
parent | c680c2a01370b49733482126477ca11609e02158 (diff) | |
download | ndato.com-6d968d0b9012d06b6aa51952d95ca6b5be97720d.tar.gz ndato.com-6d968d0b9012d06b6aa51952d95ca6b5be97720d.tar.bz2 |
changing base url
Diffstat (limited to 'zola/config.toml')
-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 |