diff --git a/README.md b/README.md index e69d5b0..e48213a 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,8 @@ Projet personnel ; contenu et code sont fournis tels quels pour illustration du *Dernière révision du README : 2026-04 — aligné sur `docs-site-interne` et `CONFIGURATION_SITE.md`.* -Pour lancer tâches planifiées: taskschd.msc \ No newline at end of file +Pour lancer tâches planifiées: taskschd.msc + +LANGFUSE_SECRET_KEY="sk-lf-7f3cbead-71eb-49b4-8f05-9b7ea57765aa" +LANGFUSE_PUBLIC_KEY="pk-lf-1ed91915-97d3-4b6b-a903-dd8473b3efba" +LANGFUSE_BASE_URL="https://langfuse.fernandgrascalvet.com" \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 3a2753a..9256b8a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -118,7 +118,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) className="min-w-0 truncate pr-1 text-xl font-headline font-extrabold italic tracking-tight text-primary md:text-2xl" translate="no" > - Portfolio Gras-Calvet Fernand + Portfolio Fernand Gras-Calvet {/* Burger ghost (Material Symbols) : plus sobre, couleur primaire, hover tonal. */} diff --git a/app/page.tsx b/app/page.tsx index 93f2399..006e06e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -150,7 +150,7 @@ export default function HomePage() {