My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

goddamn rebasing...

+2 -1
+2 -1
src/app/root.tsx
··· 10 10 } from "@remix-run/react"; 11 11 import type { LinksFunction, LoaderFunction } from "@remix-run/cloudflare"; 12 12 13 + import "@fontsource/geist-mono"; 13 14 import "./tailwind.css"; 14 15 import { Footer } from "./components/footer"; 15 16 import { Header } from "./components/header"; ··· 45 46 <Meta /> 46 47 <Links /> 47 48 </head> 48 - <body className="bg-black text-white font-mono tracking-normal leading-normal flex flex-col min-h-screen selection:bg-[var(--base0E)] selection:text-black"> 49 + <body className="antialiased bg-black text-white font-mono tracking-normal leading-normal flex flex-col min-h-screen selection:bg-[var(--base0E)] selection:text-black"> 49 50 <div className="flex flex-col flex-grow"> 50 51 <Header /> 51 52