Skip to content

Commit fc6f405

Browse files
committed
[CI] Chore: Restrict RSS feed size; shift to GraphQL
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 02b4423 commit fc6f405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module.exports = {
269269
`,
270270
serialize: ({ query: { site, allMdx } }) => {
271271
const targetTags = ["Community", "Meshery", "mesheryctl"];
272-
272+
273273
return allMdx.nodes
274274
.filter((node) => {
275275
const hasTag = node.frontmatter.tags && node.frontmatter.tags.some(t => targetTags.includes(t));

0 commit comments

Comments
 (0)