Consolidates and renames the app title

This commit is contained in:
2026-05-18 17:28:39 -05:00
parent 86866f4db7
commit aae0c3ff8d
4 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scavenger Hunt</title>
<!-- App name is defined in src/lib/config.ts — keep in sync -->
<title>Scrounge Quest</title>
</head>
<body>
<div id="app"></div>