From 9a93b444954b8f77ae8abf7ecceafe3e8486c850 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 14 Sep 2026 17:18:34 -0400 Subject: [PATCH] refac --- src/lib/stores/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts index 7e0651994f..1d4b87eecf 100644 --- a/src/lib/stores/index.ts +++ b/src/lib/stores/index.ts @@ -247,7 +247,7 @@ type Settings = { autoTags?: boolean; autoFollowUps?: boolean; splitLargeChunks?(body: any, splitLargeChunks: any): unknown; - backgroundImageUrl?: null; + backgroundImageUrl?: string | null; landingPageMode?: string; iframeSandboxAllowScripts?: boolean; iframeSandboxAllowForms?: boolean;