From 9162e782a06f52b9d664ac2073d250ace98f1763 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Tue, 21 Dec 2021 13:09:59 +0800 Subject: [PATCH] :bug: fix default customize head --- bootstrap/setting.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 751c8309..ccfa36de 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -120,7 +120,8 @@ func InitSettings() { }, { Key: "customize head", - Value: `.chakra-ui-light{ + Value: ``, Type: "text", Description: "Customize head, placed at the beginning of the head", Group: model.PRIVATE,