mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-20 16:25:39 -04:00
lots of random cleanup & organization
This commit is contained in:
Vendored
+2
-2
@@ -2,8 +2,8 @@ export type PageStats = {
|
||||
slug: string;
|
||||
hits: number;
|
||||
title?: string;
|
||||
url?: string;
|
||||
date?: string;
|
||||
url?: URL;
|
||||
date?: Date;
|
||||
};
|
||||
|
||||
export type OverallStats = {
|
||||
|
||||
Reference in New Issue
Block a user