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

This commit is contained in:
2026-04-29 21:18:40 +02:00
parent 9197a7f6ee
commit c4a3a36499

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 = "/next/out/plasma.html"; $nextUrl = "/my-app/out/plasma.html";
} }
?> ?>