Reposition slugifyAll import

This commit is contained in:
Sat Naing
2022-09-25 19:05:30 +06:30
parent bd6fb0ac91
commit 013a3299d6
+1 -1
View File
@@ -1,5 +1,5 @@
import type { MarkdownInstance } from "astro";
import { slufigyAll } from "./slugify"; import { slufigyAll } from "./slugify";
import type { MarkdownInstance } from "astro";
import type { Frontmatter } from "../types"; import type { Frontmatter } from "../types";
const getPostsByTag = (posts: MarkdownInstance<Frontmatter>[], tag: string) => const getPostsByTag = (posts: MarkdownInstance<Frontmatter>[], tag: string) =>