From c4a3a36499b7b1503830432a50f17e67e125717d Mon Sep 17 00:00:00 2001 From: Luigi_Nitro_V_15 Date: Wed, 29 Apr 2026 21:18:40 +0200 Subject: [PATCH] - --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 82c29e2..ab537c8 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ if ($env === 'local') { $nextUrl = "http://localhost:3000/plasma"; } else { - $nextUrl = "/next/out/plasma.html"; + $nextUrl = "/my-app/out/plasma.html"; } ?>