Get all projects and update sitemaps for it immediatly as well
This commit is contained in:
12
astro/src/types/projects/project.d.ts
vendored
Normal file
12
astro/src/types/projects/project.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
type ProjectPost = {
|
||||
title: string;
|
||||
url: string;
|
||||
date: string;
|
||||
content: string;
|
||||
|
||||
tags: Tag[];
|
||||
|
||||
searchEngine: SearchEngine;
|
||||
|
||||
lastModified: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user