diff --git a/hugo.toml b/hugo.toml index f4f4428..2c0326d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ # For preview the second url must be set (to use with preview-deploy.sh) -#baseURL = "https://tempelgold.kollegen.uber.space" -baseURL = "https://tempelgold.kollegen.uber.space/preview" +baseURL = "https://tempelgold.kollegen.uber.space" +#baseURL = "https://tempelgold.kollegen.uber.space/preview" # This is a "one page"-website, so we do not need these kinds of pages... disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"]