refactor: consolidate page titles

This commit is contained in:
Nicolas Meienberger
2025-11-08 14:04:06 +01:00
parent a1ef34118c
commit ef5d95d347
13 changed files with 56 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ import type { Route } from "./+types/settings";
export function meta(_: Route.MetaArgs) {
return [
{ title: "Settings - Ironmount" },
{ title: "Settings" },
{
name: "description",
content: "Manage your account settings and preferences.",