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.ts1
1 files changed, 1 insertions, 0 deletions
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;
}