Skip to content
Snippets Groups Projects
Commit b7041b45179b authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Remove events from sitemap

Google Calendar does not allow crawl.
parent 4eca33d53ebc
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@
'sitemap.xml']
app.config['CDN_DOMAIN'] = os.environ.get('CDN_DOMAIN')
app.config['CDN_HTTPS'] = True
app.config['SITEMAP_IGNORE_ENDPOINTS'] = ['events', 'events-alt']
cache.init_app(app)
CDN(app)
Gravatar(app, size=198, default='mp', use_ssl=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment