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

@@ -32,10 +32,10 @@ import { DockerTabContent } from "../tabs/docker";
export function meta({ params }: Route.MetaArgs) {
return [
{ title: `Ironmount - ${params.name}` },
{ title: params.name },
{
name: "description",
content: "Create, manage, monitor, and automate your Docker volumes with ease.",
content: "View and manage volume details, configuration, and files.",
},
];
}