From 2c8061aad75d2487cfd06d7a0985063e9c2d9614 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 18 Oct 2022 20:28:02 +0530 Subject: [PATCH] fix: use demo hostname --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 907f3eb..0017dbb 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://blog.forg.es" +base_url = "https://blog.forg.es.batsense.net" # Whether to automatically compile all Sass files in the sass directory compile_sass = true