From 21a182985b7fa0c55691d5595b807dfcce2f4631 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 23 Oct 2022 00:46:07 +0300 Subject: refactor: benzinConfig -> config --- src/lib/types.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/types.ts b/src/lib/types.ts index e6bb22a..ed2566f 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -11,8 +11,11 @@ export interface BenzinConfig { CDN: string; adapter: Adapter; title: string; - faviconPath: string; - logoPath: string; - emojiRootPath: string; - cssPath: string; + + paths: { + favicon: string; + logo: string; + emojiRoot: string; + css: string; + } } -- cgit v1.2.3