From c5f621b399e415d58af8c3c9723ec473294138e7 Mon Sep 17 00:00:00 2001 From: Fringg Date: Wed, 18 Mar 2026 16:41:17 +0300 Subject: [PATCH] fix: load telegram-web-app.js asynchronously to prevent page blocking When telegram.org is unreachable, the synchronous script tag blocks DOM parsing for ~51 seconds (TCP timeout), preventing the React app from rendering and the deep link auth fallback from activating. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 75f488b..48ae829 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet" /> - +