diff options
Diffstat (limited to 'src/lib/types.ts')
-rw-r--r-- | src/lib/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/types.ts b/src/lib/types.ts index 2070e0b..a177dcd 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -13,4 +13,5 @@ export interface BenzinConfig { title: string; faviconPath: string; emojiRootPath: string; + cssPath: string; } |