feat(ssr): add sitemap generator

This commit is contained in:
Lee
2023-11-07 23:05:11 +00:00
parent 4b966aaaae
commit 41d1d5f1d7
16 changed files with 129 additions and 16 deletions

View File

@ -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";

View File

@ -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>