feat: remove server and update deps to static
This commit is contained in:
parent
92bd962b14
commit
ed3f252ea7
21 changed files with 362 additions and 889 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue