diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 8ec4a99..62058e5 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -21,6 +21,9 @@ import { queryClient } from "@/client/tanstack-db"; export const Route = createRootRoute({ head: () => ({ meta: [ + { + title: "OpenSEO", + }, { charSet: "utf-8", },