feat: fix warning in react doctor
This commit is contained in:
parent
ed3f252ea7
commit
a8212f744a
3 changed files with 13 additions and 3 deletions
|
|
@ -6,6 +6,11 @@ import Header from "./_components/header";
|
|||
import { CgolCanvas } from "./_components/cgol-canvas";
|
||||
import FirstName from "~/assets/Jet.txt";
|
||||
|
||||
export const metadata = {
|
||||
title: "Jet Pham - Software Extremist",
|
||||
description: "Personal website of Jet Pham, a software extremist.",
|
||||
};
|
||||
|
||||
export default async function Home() {
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue