diff --git a/main.go b/main.go index 7f8c432..34c5bca 100644 --- a/main.go +++ b/main.go @@ -1195,6 +1195,9 @@ func main() { // populate sitemap siteMap = &gositemap.SiteMap{BaseURL: "csgow.tf"} + freq := gositemap.Hourly + siteMap.AddURL("/matches", nil, &freq, nil) + players, err := db.Player.Query().IDs(context.Background()) if err != nil { log.Panicf("error setting up SiteMap: %v", err)