From 59f59576e2831c71954458d9b212f3daaccbfa6f Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 29 Mar 2024 22:10:31 +0100 Subject: [PATCH] Title fix --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", };