feat: 动态sitemap.xml
This commit is contained in:
@@ -24,3 +24,9 @@ export type CategoriesStats = {
|
||||
code: string
|
||||
post_count: number;
|
||||
}
|
||||
|
||||
export type PostForSitemap = {
|
||||
slug: string
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user