Add configurable homepage social links
This commit is contained in:
10
types/site.ts
Normal file
10
types/site.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type SocialLink = {
|
||||
id: string;
|
||||
label: string;
|
||||
url: string;
|
||||
iconUrl?: string;
|
||||
};
|
||||
|
||||
export type SiteSettings = {
|
||||
socialLinks: SocialLink[];
|
||||
};
|
||||
Reference in New Issue
Block a user