Add last modified to blogs

This commit is contained in:
Quinn Hegeman
2026-03-08 15:16:32 +01:00
parent 3317926f61
commit 4d220e1be7
3 changed files with 5 additions and 1 deletions

View File

@@ -6,4 +6,6 @@ type BlogSettings = {
indexRouteTemplate: string;
blogRouteTemplate: string;
lastModified: Date;
}