Simplify folders and more typescript migration
This commit is contained in:
18
src/types.ts
18
src/types.ts
@ -24,14 +24,14 @@ export interface Post {
|
||||
}
|
||||
|
||||
export interface MetaSEO {
|
||||
title?: string,
|
||||
description?: string,
|
||||
image?: string,
|
||||
title?: string;
|
||||
description?: string;
|
||||
image?: string;
|
||||
|
||||
canonical?: string,
|
||||
noindex?: boolean,
|
||||
nofollow?: boolean,
|
||||
canonical?: string | URL;
|
||||
noindex?: boolean;
|
||||
nofollow?: boolean;
|
||||
|
||||
ogTitle?: string,
|
||||
ogType?: string,
|
||||
}
|
||||
ogTitle?: string;
|
||||
ogType?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user