This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push: new e0af44606 fix(website): Handling badges click behavior correctly (#5741) e0af44606 is described below commit e0af4460622fd8882e1425106787c05ee8a902fb Author: miro <h...@miro.im> AuthorDate: Tue Mar 11 17:05:19 2025 +0800 fix(website): Handling badges click behavior correctly (#5741) --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b8ab4c827..6b23c8f24 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -255,7 +255,7 @@ const config = { additionalLanguages: ["rust", "java", "groovy"], }, zoom: { - selector: ".markdown img", + selector: "img:not(a img)", background: "rgba(255, 255, 255, 0.8)", config: {}, },