-
All checks were successful
Deploy / trigger (push) Successful in 2s

This commit is contained in:
2026-04-29 21:35:11 +02:00
parent bbdbb4cf1a
commit 901b53bc4f

View File

@@ -18,7 +18,7 @@
if ($env === 'local') { if ($env === 'local') {
$nextUrl = "http://localhost:3000/plasma"; $nextUrl = "http://localhost:3000/plasma";
} else { } else {
$nextUrl = "/my-app/out/plasma.html"; $nextUrl = "/my-app/out/plasma/";
} }
?> ?>