Skip to content
Snippets Groups Projects

fix: news loading bug

Merged Moritz Stückler requested to merge fix/news-loading-bug into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ const cards =
(n) =>
n.frontmatter.type &&
!n.frontmatter.hidden &&
n.url?.includes(currentLanguage) &&
n.url?.split("/").includes(currentLanguage) &&
!(n.file.endsWith("index.mdx") || n.file.endsWith("index.md"))
)
.sort(
Loading