basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

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

change cv tab title

+8
+1
.gitignore
··· 40 40 # typescript 41 41 *.tsbuildinfo 42 42 next-env.d.ts 43 + package-lock.json
+7
app/cv/page.tsx
··· 1 + import { Metadata } from "next"; 2 + 3 + export const metadata: Metadata = { 4 + title: "cv - storm's site", 5 + description: "storm's personal site", 6 + }; 7 + 1 8 export default function Home() { 2 9 return ( 3 10 <main>