Update Frontmatter type from util

This commit is contained in:
Sat Naing
2022-09-11 14:10:39 +06:30
parent 53936d89f8
commit d5bd7515d3
5 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Footer from "@components/Footer.astro";
import Datetime from "@components/Datetime.astro";
import Tag from "@components/Tag.astro";
import type { MarkdownInstance } from "astro";
import type { Frontmatter } from "../index.astro";
import type { Frontmatter } from "src/utils/types";
export interface Props {
post: MarkdownInstance<Frontmatter>;