✨ Add meta title support to all pages (#2039)
This commit is contained in:
@@ -39,6 +39,13 @@ export const Route = createFileRoute("/recover-password")({
|
||||
})
|
||||
}
|
||||
},
|
||||
head: () => ({
|
||||
meta: [
|
||||
{
|
||||
title: "Recover Password - FastAPI Cloud",
|
||||
},
|
||||
],
|
||||
}),
|
||||
})
|
||||
|
||||
function RecoverPassword() {
|
||||
|
||||
Reference in New Issue
Block a user