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