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 066c842 commit 649ba07Copy full SHA for 649ba07
README.md
@@ -2,3 +2,5 @@
2
Easy way to create a game a Jeopardy for all your educational needs!
3
4
Includes lightweight installer via Tauri 2.0 for portability.
5
+
6
+Web version hosted via Vercel at: https://j-pardy.vercel.app/
jPardy/app/layout.js
@@ -12,7 +12,7 @@ const geistMono = Geist_Mono({
12
});
13
14
export const metadata = {
15
- title: "Create Next App",
+ title: "jPardy!",
16
description: "Generated by create next app",
17
};
18
0 commit comments