aboutsummaryrefslogtreecommitdiff
path: root/src/lib/types.ts
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-22 23:56:21 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-22 23:56:21 +0300
commita32257569190727e12c7e433b82e0a6da0fdc2f4 (patch)
tree7422d0b7e5625e8c32cb65ac74363277cb17009c /src/lib/types.ts
parent97b05f5579e863e3b6a03d3113236f64fe489583 (diff)
downloadbenzin-next-a32257569190727e12c7e433b82e0a6da0fdc2f4.tar.gz
feat: use remote logo
Diffstat (limited to 'src/lib/types.ts')
-rw-r--r--src/lib/types.ts1
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;
}