mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
chore(frontend): Add meta title and description (#4265)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {
|
||||
Links,
|
||||
Meta,
|
||||
MetaFunction,
|
||||
Outlet,
|
||||
Scripts,
|
||||
ScrollRestoration,
|
||||
@@ -49,6 +50,11 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||
);
|
||||
}
|
||||
|
||||
export const meta: MetaFunction = () => [
|
||||
{ title: "OpenHands" },
|
||||
{ name: "description", content: "Let's Start Building!" },
|
||||
];
|
||||
|
||||
export const clientLoader = async () => {
|
||||
let token = localStorage.getItem("token");
|
||||
const ghToken = localStorage.getItem("ghToken");
|
||||
|
||||
Reference in New Issue
Block a user