feat(ssr): add sitemap generator
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { ssrSettings } from "@/ssrSettings";
|
||||
import ssrSettings from "@/ssrSettings.json";
|
||||
import { isProduction } from "@/utils/utils";
|
||||
import Link from "next/link";
|
||||
import Card from "./Card";
|
||||
|
@ -125,7 +125,8 @@ export default function GlobalRanking({ page, country }: GlobalRankingProps) {
|
||||
<p>
|
||||
You are viewing{" "}
|
||||
{country
|
||||
? "scores from " + normalizedRegionName(country)
|
||||
? "scores from " +
|
||||
normalizedRegionName(country.toUpperCase())
|
||||
: "Global scores"}
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user