From 08461546de8671d0b3e37fca5497e594f16734f7 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 21 Jul 2022 17:57:47 +0800 Subject: [PATCH] fix the remark42 by change site_id --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d68fa4b..aadafdc 100644 --- a/config.toml +++ b/config.toml @@ -25,7 +25,7 @@ mainSections = [ 'posts' ] [params.remark42] host='https://remark42.leafee98.com' -site_id='leafee98.com' +site_id='blog.leafee98.com' max_shown_comments=100 theme='light' locale='en'