Skip to content

Commit 4e3f1e5

Browse files
committed
Fix sitemap.xml path
1 parent 0476b5b commit 4e3f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/sitemap/sitemap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var SITEMAP_DOMAIN string
1212

1313
func init() {
1414
flag.StringVar(&SITEMAP_DOMAIN, "sitemap.domain", "", "domain name without protocol or trailing / to use for sitemap loc")
15-
Get(`/sitemap\.xml`, handler)
15+
Get(`/sitemap.xml`, handler)
1616
RegisterBuildPage("/sitemap.xml", false)
1717
}
1818

0 commit comments

Comments
 (0)