fix: browser tab title should always just say "Epicure"
Root layout used title.template ("%s | Epicure") and 38 pages set
their own title, producing "Recipes | Epicure", "Messages — Epicure",
etc. Drop the template, set a flat "Epicure" default, and clear every
page's title override so they all inherit it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import { db, recipes, users, eq, desc } from "@epicure/db";
|
||||
import { Badge } from "@/components/ui/badge";
|
||||
import Link from "next/link";
|
||||
|
||||
export const metadata: Metadata = { title: "Recipe Moderation" };
|
||||
export const metadata: Metadata = {};
|
||||
|
||||
const VISIBILITY_COLORS = {
|
||||
public: "default",
|
||||
|
||||
Reference in New Issue
Block a user