feat: remove server and update deps to static

This commit is contained in:
Jet Pham 2026-02-18 19:08:30 -08:00
parent 92bd962b14
commit ed3f252ea7
No known key found for this signature in database
21 changed files with 362 additions and 889 deletions

View file

@ -2,12 +2,9 @@ import "~/styles/globals.css";
import { type Metadata, type Viewport } from "next";
// import { TRPCReactProvider } from "~/trpc/react";
export const metadata: Metadata = {
title: "Jet Pham",
description: "Jet Pham's personal website",
icons: [{ rel: "icon", url: "/favicon.ico" }],
appleWebApp: {
title: "Jet Pham",
},
@ -25,9 +22,7 @@ export default function RootLayout({
return (
<html lang="en">
<body>
{/* <TRPCReactProvider> */}
{children}
{/* </TRPCReactProvider> */}
</body>
</html>
);