import { createRootRoute, HeadContent, Outlet, Scripts } from "@tanstack/react-router"; import { AuthProvider } from "@/lib/auth/provider"; import { PreviewHostBridge } from "@/components/preview-host-bridge"; import { SiteShell } from "@/components/site-shell"; import { APP_NAME } from "@/lib/content"; import appCss from "../styles.css?url"; export const Route = createRootRoute({ head: () => ({ meta: [ { charSet: "utf-8" }, { name: "viewport", content: "width=device-width, initial-scale=1" }, { title: APP_NAME }, { name: "description", content: "A public school, house, and culture center in Los Angeles: teach the clock, restore craft, train world builders, harvest energy literacy, cool thinking machines in harsh rooms, and keep humans as authors of what the machines are for.", }, { name: "theme-color", content: "#000000" }, ], links: [ { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }, { rel: "stylesheet", href: appCss }, { rel: "manifest", href: "/__grok/manifest.webmanifest" }, { rel: "apple-touch-icon", href: "/__grok/icon-180.png" }, { rel: "preconnect", href: "https://fonts.googleapis.com" }, { rel: "preconnect", href: "https://fonts.gstatic.com", crossOrigin: "anonymous" }, { rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap", }, ], }), component: RootComponent, notFoundComponent: NotFound, }); function RootComponent() { return (
404
That room is not on the charter. Return to the candle.
Return home