From f271a47da339391eaa92f62cf35c8cc21f94cab2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:03:56 +0200 Subject: [PATCH] Silence logs --- app/entry.server.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/entry.server.tsx b/app/entry.server.tsx index b8c639337..33ebd1aee 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -41,6 +41,7 @@ export default async function handleRequest( lng, // The locale we detected above ns, // The namespaces the routes about to render wants to use resources, + showSupportNotice: false, }); return new Promise((resolve, reject) => {