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

Remove unused MINIFY_PAGE config

parent 10de4d41
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@
cache = Cache(config={'CACHE_TYPE': 'simple'})
app = Flask(__name__)
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = datetime.timedelta(days=365)
app.config['MINIFY_PAGE'] = True
app.config['CACHE_DEFAULT_TIMEOUT'] = 60 * 60
app.config['SITEMAP_INCLUDE_RULES_WITHOUT_PARAMS'] = True
app.config['SITEMAP_VIEW_DECORATORS'] = [cache.cached()]
......
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