From c4afcab46587ace0a9f3b22592f6d17c62ff9e0e Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 13 Jan 2026 18:48:58 +0100 Subject: Fix language meta --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.ts') 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 */ -- cgit v1.2.3