feat(all): first init
This commit is contained in:
commit
67c6e47f58
34 changed files with 2155 additions and 0 deletions
7
src/types.ts
Normal file
7
src/types.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export type Site = {
|
||||
TITLE: string;
|
||||
DESCRIPTION: string;
|
||||
};
|
||||
export type Metadata = {
|
||||
TITLE: string;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue