remove HTML archives pages, leave only the sitemaps.

This commit is contained in:
fiatjaf
2024-06-12 15:30:41 -03:00
parent a7d29b151a
commit 1eb3c45755
4 changed files with 21 additions and 114 deletions

View File

@@ -125,8 +125,6 @@ func main() {
mux.HandleFunc("/relays-archive.xml", renderArchive)
mux.HandleFunc("/npubs-archive.xml", renderArchive)
mux.HandleFunc("/services/oembed", renderOEmbed)
mux.HandleFunc("/relays-archive/", renderArchive)
mux.HandleFunc("/npubs-archive/", renderArchive)
mux.HandleFunc("/njump/image/", renderImage)
mux.HandleFunc("/njump/proxy/", proxy)
mux.HandleFunc("/robots.txt", renderRobots)