This commit is contained in:
parent
844d31754d
commit
36870785bc
35 changed files with 1344 additions and 1330 deletions
22
src/types.ts
22
src/types.ts
|
@ -1,16 +1,16 @@
|
|||
export type Site = {
|
||||
title: string
|
||||
description: string
|
||||
href: string
|
||||
featuredPostCount: number
|
||||
postsPerPage: number
|
||||
}
|
||||
title: string;
|
||||
description: string;
|
||||
href: string;
|
||||
featuredPostCount: number;
|
||||
postsPerPage: number;
|
||||
};
|
||||
|
||||
export type SocialLink = {
|
||||
href: string
|
||||
label: string
|
||||
}
|
||||
href: string;
|
||||
label: string;
|
||||
};
|
||||
|
||||
export type IconMap = {
|
||||
[key: string]: string
|
||||
}
|
||||
[key: string]: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue