aboutsummaryrefslogtreecommitdiff
path: root/src/lib/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.ts')
-rw-r--r--src/lib/types.ts4
1 files changed, 2 insertions, 2 deletions
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;
}
-
-