Skip to content

Commit 40b3d78

Browse files
authored
Create pages.js
1 parent e0ca2e5 commit 40b3d78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pages.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// app/page.js
2+
export default function Home() {
3+
return <h1>Welcome to Next.js on GitHub Pages using the App Router!</h1>;
4+
}

0 commit comments

Comments
 (0)