Added some cantane data

This commit is contained in:
Alexis
2025-01-11 20:44:08 +01:00
parent 6ea4bdaef5
commit bb5d995b5d
7 changed files with 65 additions and 8 deletions

10
src/types/Head.ts Normal file
View File

@@ -0,0 +1,10 @@
export interface Head {
charset?: string
description?: string
image?: string
twitter?: TwitterHead
}
interface TwitterHead {
card?: string
}