Navigation Menu

Skip to content

Commit

Permalink
Ensure relative URLs so static is available
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcornish committed Aug 24, 2016
1 parent 8a6a447 commit 2ebdda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions first-news-app/freeze.py
Expand Up @@ -3,6 +3,7 @@
from app import app

freezer = Freezer(app)
app.config['FREEZER_RELATIVE_URLS'] = True


@freezer.register_generator
Expand Down

0 comments on commit 2ebdda2

Please sign in to comment.