We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0476b5b commit 4e3f1e5Copy full SHA for 4e3f1e5
extensions/sitemap/sitemap.go
@@ -12,7 +12,7 @@ var SITEMAP_DOMAIN string
12
13
func init() {
14
flag.StringVar(&SITEMAP_DOMAIN, "sitemap.domain", "", "domain name without protocol or trailing / to use for sitemap loc")
15
- Get(`/sitemap\.xml`, handler)
+ Get(`/sitemap.xml`, handler)
16
RegisterBuildPage("/sitemap.xml", false)
17
}
18
0 commit comments