mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
refactor: remove Frontmatter type
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
export interface Frontmatter {
|
||||
title: string;
|
||||
ogImage?: string;
|
||||
description: string;
|
||||
author: string;
|
||||
datetime: string;
|
||||
slug: string;
|
||||
featured: boolean;
|
||||
draft: boolean;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
export type SocialObjects = {
|
||||
name: SocialMedia;
|
||||
href: string;
|
||||
|
||||
Reference in New Issue
Block a user