Add meta title support to all pages (#2039)

This commit is contained in:
Alejandra
2025-12-08 19:27:08 +01:00
committed by GitHub
parent 5a7c5b1a10
commit 1321241572
9 changed files with 59 additions and 2 deletions
+7
View File
@@ -39,6 +39,13 @@ export const Route = createFileRoute("/recover-password")({
})
}
},
head: () => ({
meta: [
{
title: "Recover Password - FastAPI Cloud",
},
],
}),
})
function RecoverPassword() {