From 1e56d7c9e1c27699bf26e2e94c990766801f0bea Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 22 Oct 2022 20:25:08 +0300 Subject: feat: extend benzin config --- src/lib/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/types.ts b/src/lib/types.ts index 8bbf5bb..da073e6 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -10,6 +10,6 @@ export interface Adapter { export interface BenzinConfig { CDN: string; adapter: Adapter; + title: string; + faviconPath: string; } - - -- cgit v1.2.3