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 e0ca2e5 commit 40b3d78Copy full SHA for 40b3d78
app/pages.js
@@ -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