We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420a56d commit 76c42f3Copy full SHA for 76c42f3
src/app/page.tsx
@@ -1,18 +1,12 @@
1
-// app/page.tsx
2
import { Metadata } from 'next';
3
4
import PuzzleClient from './PuzzleClient';
5
6
-// For SEO (optional)
7
export const metadata: Metadata = {
8
- title: "Slide Puzzle Resume",
9
- description:
10
- "A fun sliding puzzle that reveals resume details in the blank tile.",
+ title: "Zak King",
+ description: "Zak's resume; now in slide puzzle form",
11
};
12
13
-// Statically generate this page. You can remove revalidate if you want a purely static build.
14
-export const revalidate = 3600;
15
-
16
export default function HomePage() {
17
return (
18
<main>
0 commit comments