Skip to content

Commit 76c42f3

Browse files
committed
drop comments
1 parent 420a56d commit 76c42f3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/app/page.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
// app/page.tsx
21
import { Metadata } from 'next';
32

43
import PuzzleClient from './PuzzleClient';
54

6-
// For SEO (optional)
75
export const metadata: Metadata = {
8-
title: "Slide Puzzle Resume",
9-
description:
10-
"A fun sliding puzzle that reveals resume details in the blank tile.",
6+
title: "Zak King",
7+
description: "Zak's resume; now in slide puzzle form",
118
};
129

13-
// Statically generate this page. You can remove revalidate if you want a purely static build.
14-
export const revalidate = 3600;
15-
1610
export default function HomePage() {
1711
return (
1812
<main>

0 commit comments

Comments
 (0)