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

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 16:29:25 +02:00
parent a42f40dfc3
commit 308f78165f
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
// Definisce l'URL in base all'ambiente e alla pagina
if ($env === 'local') {
$nextUrl = "http://localhost:3000/plasma";
$nextUrl = "http://localhost:3000/my-app/out/plasma/";
} else {
$nextUrl = "/my-app/out/plasma/";
}