mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
feat(upgrade): 迁移到 Astro V6
This commit is contained in:
@@ -19,7 +19,7 @@ interface Post {
|
||||
data: {
|
||||
title: string;
|
||||
tags: string[];
|
||||
category?: string;
|
||||
category?: string | null;
|
||||
published: Date;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user