diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a46ceb..b487a5e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Wych", + title: "\\wych.dev", description: "In the wych elm's shadow, veritas whispers brew.", };