This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9f3b23b1136d chore: Redirect the blog link to new tab (#17568)
9f3b23b1136d is described below
commit 9f3b23b1136de52a290586de56630a6e2d32f3a3
Author: Ranga Reddy <[email protected]>
AuthorDate: Thu Dec 11 21:08:38 2025 +0530
chore: Redirect the blog link to new tab (#17568)
---
website/src/components/BlogsSlider/BlogCard.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/components/BlogsSlider/BlogCard.js
b/website/src/components/BlogsSlider/BlogCard.js
index cd41d75e86fd..6ec0cc40bb89 100644
--- a/website/src/components/BlogsSlider/BlogCard.js
+++ b/website/src/components/BlogsSlider/BlogCard.js
@@ -19,7 +19,7 @@ const BlogCard = ({ blog }) => {
return (
<div className={styles.blogsWrapper}>
- <Link itemProp="url" to={permalink} className={styles.link}>
+ <Link itemProp="url" to={permalink} className={styles.link}
target="_blank" rel="noopener noreferrer">
<div className={styles.cardBlogs}>
<div>
<div className={styles.blogImgWrapper}>