From 6ed7546e7a033991dad7933cfa47b858b5c0413d Mon Sep 17 00:00:00 2001 From: Ivan Cacciari Date: Thu, 6 Aug 2026 19:53:15 +0200 Subject: [PATCH] Test deploy automatico --- src/routes/benvenuto.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/benvenuto.tsx b/src/routes/benvenuto.tsx index c9d0c56..e6833ca 100644 --- a/src/routes/benvenuto.tsx +++ b/src/routes/benvenuto.tsx @@ -7,7 +7,7 @@ import { impostaGiocatore, useGiocatoreCorrente } from "@/lib/user-store"; export const Route = createFileRoute("/benvenuto")({ head: () => ({ meta: [ - { title: "Benvenuto — CrAPP" }, + { title: "Benvenuto — CrAPP TEST" }, { name: "description", content: "Seleziona il tuo profilo giocatore per iniziare.",