refactor: update site metadata structure
This commit is contained in:
parent
71d1df3bd7
commit
931bf7277c
15 changed files with 123 additions and 114 deletions
16
src/types.ts
Normal file
16
src/types.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
export type Site = {
|
||||
title: string
|
||||
description: string
|
||||
href: string
|
||||
featuredPostCount: number
|
||||
postsPerPage: number
|
||||
}
|
||||
|
||||
export type SocialLink = {
|
||||
href: string
|
||||
label: string
|
||||
}
|
||||
|
||||
export type IconMap = {
|
||||
[key: string]: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue