♻️ Update meta titles (#2179)

This commit is contained in:
Alejandra
2026-02-09 20:59:05 +01:00
committed by GitHub
parent 083d3e5c3d
commit b5ac33fe0b
8 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ export const Route = createFileRoute("/_layout/admin")({
head: () => ({
meta: [
{
title: "Admin - FastAPI Cloud",
title: "Admin - FastAPI Template",
},
],
}),

View File

@@ -7,7 +7,7 @@ export const Route = createFileRoute("/_layout/")({
head: () => ({
meta: [
{
title: "Dashboard - FastAPI Cloud",
title: "Dashboard - FastAPI Template",
},
],
}),

View File

@@ -21,7 +21,7 @@ export const Route = createFileRoute("/_layout/items")({
head: () => ({
meta: [
{
title: "Items - FastAPI Cloud",
title: "Items - FastAPI Template",
},
],
}),

View File

@@ -17,7 +17,7 @@ export const Route = createFileRoute("/_layout/settings")({
head: () => ({
meta: [
{
title: "Settings - FastAPI Cloud",
title: "Settings - FastAPI Template",
},
],
}),

View File

@@ -44,7 +44,7 @@ export const Route = createFileRoute("/login")({
head: () => ({
meta: [
{
title: "Log In - FastAPI Cloud",
title: "Log In - FastAPI Template",
},
],
}),

View File

@@ -42,7 +42,7 @@ export const Route = createFileRoute("/recover-password")({
head: () => ({
meta: [
{
title: "Recover Password - FastAPI Cloud",
title: "Recover Password - FastAPI Template",
},
],
}),

View File

@@ -60,7 +60,7 @@ export const Route = createFileRoute("/reset-password")({
head: () => ({
meta: [
{
title: "Reset Password - FastAPI Cloud",
title: "Reset Password - FastAPI Template",
},
],
}),

View File

@@ -51,7 +51,7 @@ export const Route = createFileRoute("/signup")({
head: () => ({
meta: [
{
title: "Sign Up - FastAPI Cloud",
title: "Sign Up - FastAPI Template",
},
],
}),