diff --git a/src/components/About/AboutBlog/index.tsx b/src/components/About/AboutBlog/index.tsx index a1169483d15e..c2c2a62eb049 100644 --- a/src/components/About/AboutBlog/index.tsx +++ b/src/components/About/AboutBlog/index.tsx @@ -62,7 +62,7 @@ const query = graphql` allMdx( filter: { fields: { slug: { regex: "/^/blog/" } } - frontmatter: { date: { ne: null } } + frontmatter: { date: { ne: null }, tags: { nin: ["Comparisons"] } } isFuture: { ne: true } } limit: 1