From a32257569190727e12c7e433b82e0a6da0fdc2f4 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 22 Oct 2022 23:56:21 +0300 Subject: feat: use remote logo --- src/lib/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/types.ts') 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; } -- cgit v1.2.3