chore: remove more slop

This commit is contained in:
enscribe 2024-09-10 11:56:46 -07:00
parent 5d9940eddf
commit b9561ad2d0
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
22 changed files with 237 additions and 587 deletions

View file

@ -3,6 +3,5 @@ export type Site = {
DESCRIPTION: string
EMAIL: string
NUM_POSTS_ON_HOMEPAGE: number
NUM_PUBLICATIONS_ON_HOMEPAGE: number
SITEURL: string
}