summaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 303ad03..ec40902 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -22,7 +22,7 @@ export interface SiteMeta {
description?: string;
ogImage?: string | undefined;
title: string;
- lang?: string;
+ lang?: string | undefined;
}
/** Webmentions */