From 4263e210836c6e453e7888821c8d3f24f0f266f8 Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Sun, 16 Apr 2023 13:05:58 -0700 Subject: [PATCH] Fix Netlify Redirect --- config.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3bde728..f6d3db2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://zola-hyde.netlify.com" +base_url = "https://zola-hyde.netlify.app" compile_sass = true title = "Hyde theme" description = "A clean blogging theme" diff --git a/theme.toml b/theme.toml index 90f78cf..a09f2a3 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ description = "A classic blog theme" license = "MIT" homepage = "https://github.com/getzola/hyde" min_version = "0.11.0" -demo = "https://zola-hyde.netlify.com" +demo = "https://zola-hyde.netlify.app" [extra] hyde_sticky = true