♻️ Update meta titles (#2179)
This commit is contained in:
@@ -29,7 +29,7 @@ export const Route = createFileRoute("/_layout/admin")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Admin - FastAPI Cloud",
|
title: "Admin - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export const Route = createFileRoute("/_layout/")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Dashboard - FastAPI Cloud",
|
title: "Dashboard - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export const Route = createFileRoute("/_layout/items")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Items - FastAPI Cloud",
|
title: "Items - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export const Route = createFileRoute("/_layout/settings")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Settings - FastAPI Cloud",
|
title: "Settings - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export const Route = createFileRoute("/login")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Log In - FastAPI Cloud",
|
title: "Log In - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export const Route = createFileRoute("/recover-password")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Recover Password - FastAPI Cloud",
|
title: "Recover Password - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ export const Route = createFileRoute("/reset-password")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Reset Password - FastAPI Cloud",
|
title: "Reset Password - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export const Route = createFileRoute("/signup")({
|
|||||||
head: () => ({
|
head: () => ({
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
title: "Sign Up - FastAPI Cloud",
|
title: "Sign Up - FastAPI Template",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user