feat: some more migration work
This commit is contained in:
parent
a6d53167f7
commit
0e58e8c7e2
22 changed files with 199 additions and 157 deletions
|
|
@ -27,3 +27,11 @@ export interface Thumbnail {
|
|||
width: number;
|
||||
height: number;
|
||||
}
|
||||
|
||||
export interface PageData {
|
||||
seo: {
|
||||
title: string;
|
||||
description: string;
|
||||
keywords: string[];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue