Update page title

This commit is contained in:
Mosh Hamedani 2023-03-07 08:22:20 -08:00
parent 87371fa8a8
commit 1dbaeb3f85
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.vercel

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title> <title>GameHub</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>