From ca3b84310cc9db2bc3c9c958533dbb2a6ae75abc Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 24 Nov 2019 03:20:57 +0100 Subject: [PATCH] some stuff I forgot --- foefrenzy/maps.html | 4 ++-- node/sitemap.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/foefrenzy/maps.html b/foefrenzy/maps.html index 9963799..99bb5b1 100644 --- a/foefrenzy/maps.html +++ b/foefrenzy/maps.html @@ -5,10 +5,10 @@ - Foe Frenzy + Foe Frenzy - Custom Maps - + diff --git a/node/sitemap.js b/node/sitemap.js index 00be23c..8f12ff6 100644 --- a/node/sitemap.js +++ b/node/sitemap.js @@ -43,6 +43,9 @@ function refreshSitemap(folder) { { url: '/foefrenzy', priority: 0.7 + }, + { + url: '/foefrenzy/maps' } ] });