From 97b05f5579e863e3b6a03d3113236f64fe489583 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 22 Oct 2022 23:51:41 +0300 Subject: feat: use external stylesheet --- 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 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; } -- cgit v1.2.3