diff --git a/index.php b/index.php index ab537c8..6ec24c9 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ if ($env === 'local') { $nextUrl = "http://localhost:3000/plasma"; } else { - $nextUrl = "/my-app/out/plasma.html"; + $nextUrl = "/my-app/out/plasma/"; } ?>