From fea8c8a9429351d1f269f7439218ebc026f20eaf Mon Sep 17 00:00:00 2001 From: ruanyf Date: Wed, 2 Aug 2023 15:53:08 +0800 Subject: [PATCH] fix: wrong article source link --- loppo.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/loppo.yml b/loppo.yml index a9ca27b..0cb205a 100644 --- a/loppo.yml +++ b/loppo.yml @@ -6,5 +6,6 @@ customization: false themeDir: loppo-theme direction: ltr id: typescript +branch: main hasComments: true isTutorial: true diff --git a/package.json b/package.json index 9e532a6..9848fbb 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "dependencies": { "gh-pages": "^5.0.0", "loppo": "^0.6.25", - "loppo-theme-wangdoc": "^0.6.4" + "loppo-theme-wangdoc": "^0.6.6" } }