mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
chore: format files with prettier
This commit is contained in:
@@ -3,6 +3,6 @@ import type { MarkdownInstance } from "astro";
|
||||
import type { Frontmatter } from "../types";
|
||||
|
||||
const getPostsByTag = (posts: MarkdownInstance<Frontmatter>[], tag: string) =>
|
||||
posts.filter((post) => slufigyAll(post.frontmatter.tags).includes(tag));
|
||||
posts.filter(post => slufigyAll(post.frontmatter.tags).includes(tag));
|
||||
|
||||
export default getPostsByTag;
|
||||
|
||||
Reference in New Issue
Block a user