diff --git a/render_robots.go b/render_robots.go index d2372d9..8f39dd5 100644 --- a/render_robots.go +++ b/render_robots.go @@ -10,7 +10,7 @@ func renderRobots(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, `User-agent: * Allow: / -Sitemap: https://{{%s}}/npubs-archive.xml -Sitemap: https://{{%s}}/relays-archive.xml +Sitemap: https://%s/npubs-archive.xml +Sitemap: https://%s/relays-archive.xml `, s.Domain, s.Domain) }