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