From d208b0c69a7e0f5d91f7cf452e9370ec13257bf7 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 16 Dec 2025 15:53:35 +0100 Subject: [PATCH] inital-release --- public/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/redirect.js b/public/redirect.js index e369762..9ce49fa 100644 --- a/public/redirect.js +++ b/public/redirect.js @@ -29,7 +29,7 @@ targetPage = 'mobile.html' } else if (isTabletDevice || (width >= 500 && width < 1200)) { // Tablets: iPad/Android tablet OR 500-1200px - targetPage = 'tablet.html' + targetPage = 'index.html' } else { // Desktop: >= 1200px targetPage = 'index.html'