chore: remove junk

This commit is contained in:
enscribe 2024-09-10 11:10:15 -07:00
parent 8f6872f739
commit 5d9940eddf
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
16 changed files with 15 additions and 118 deletions

View file

@ -6,8 +6,3 @@ export type Site = {
NUM_PUBLICATIONS_ON_HOMEPAGE: number
SITEURL: string
}
export type Metadata = {
TITLE: string
DESCRIPTION: string
}