mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +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 = {
|
export type SocialObjects = {
|
||||||
name: SocialMedia;
|
name: SocialMedia;
|
||||||
href: string;
|
href: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user