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