Skip to content

Commit

Permalink
removes offending sitemaps that take the site down
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Oct 31, 2021
1 parent 8ba6f48 commit b8b8552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/app/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ def location(self, item):
'grants': GrantsSitemap,
'hackathons': HackathonEventSiteMap,
'projects': HackathonProjectSiteMap,
'profiles': ProfileSitemap,
'posts': PostSitemap,
# 'profiles': ProfileSitemap,
# 'posts': PostSitemap,
'quests': QuestsSitemap,
'issues': IssueSitemap,
'kudos': KudosSitemap,
'activity': ActivitySitemap,
# 'activity': ActivitySitemap,
'landers': ContributorLandingPageSitemap,
'results': ResultsSitemap,
'static': StaticViewSitemap,
Expand Down

1 comment on commit b8b8552

@owocki
Copy link
Contributor Author

@owocki owocki commented on b8b8552 Oct 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.