From 0f682a8a46a247b98907f7dcf6c4dbce310137b6 Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 23 Dec 2023 00:04:20 +0100 Subject: [PATCH] oops wrong meta --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index e51c0ed..9964edb 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -5,7 +5,7 @@ import { Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration, useLoaderD import useFathom from "./hooks/use-fathom"; export const meta: MetaFunction = () => [ - { name: "title", content: "local-ip.sh" }, + { title: "local-ip.sh" }, { name: "description", content: "local-ip.sh is a magic domain name that provides wildcard DNS for any IP address.",