mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-20 16:25:39 -04:00
move some cruft from serverless API to client
This commit is contained in:
Vendored
-4
@@ -4,15 +4,11 @@ type PageStats = {
|
||||
date?: string;
|
||||
slug: string;
|
||||
hits: number;
|
||||
pretty_hits: string;
|
||||
pretty_unit: string;
|
||||
};
|
||||
|
||||
type OverallStats = {
|
||||
total: {
|
||||
hits: number;
|
||||
pretty_hits?: string;
|
||||
pretty_unit?: string;
|
||||
};
|
||||
pages: PageStats[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user