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 a177dcd..e6bb22a 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -12,6 +12,7 @@ export interface BenzinConfig { adapter: Adapter; title: string; faviconPath: string; + logoPath: string; emojiRootPath: string; cssPath: string; } |