-
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

@@ -275,6 +275,8 @@ a {
font-size: 3rem; font-size: 3rem;
color: #c02626; color: #c02626;
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 20px;
font-weight: 1000;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; letter-spacing: 2px;
} }

View File

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