Add proper capitalization to page titles and location names.

This commit is contained in:
2026-03-24 15:44:50 +00:00
parent ec4dd5dd3b
commit 1d461780ab
3 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export const load: PageLoad = async ({ url }) => {
const locId = url.searchParams.get('loc');
if (!LOCATIONS.loaded) {
await LOCATIONS.init(fetch);
await LOCATIONS.init();
}
let title: string = '';