From 334518c991f4423f82fc40c6dd1b3019c2c59a89 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Tue, 13 Aug 2024 14:15:55 +0900 Subject: [PATCH] fix: removed baseurl --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0b41e56..24a779c 100644 --- a/_config.yml +++ b/_config.yml @@ -147,7 +147,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "https://log.zxcvber.com" +baseurl: "" # ------------ The following options are not recommended to be modified ------------------