diff --git a/src/morphodict/frontend/sitemaps.py b/src/morphodict/frontend/sitemaps.py index c5d4976ae..421e01efc 100644 --- a/src/morphodict/frontend/sitemaps.py +++ b/src/morphodict/frontend/sitemaps.py @@ -36,7 +36,7 @@ def items(self): return ["index", "about", "contact-us"] def location(self, item): - return reverse(f"cree-dictionary-{item}") + return reverse(f"dictionary-{item}") sitemaps = {