redesign site

This commit is contained in:
Nicholas Orlowsky 2022-10-22 20:13:52 -05:00
parent 92b527c3a2
commit 970d589b86
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
6 changed files with 159 additions and 59 deletions

View file

@ -9,7 +9,8 @@ export type UptimeRecord = {
export type UptimeResponse = {
datacenters: UptimeRecord[],
services: UptimeRecord[]
services: UptimeRecord[],
lastUpdated: string
};
export type Blog = {