Skip to content

0.10.3

Latest
Compare
Choose a tag to compare
@norm norm released this 29 Jul 06:01
· 4 commits to main since this release
17fa65e

0.10.3 - 29 Jul 2021

New

  • The preview server can now serve your custom 404 page.
  • Adds an option --max-invalidations to control how many paths to
    invalidate in CloudFront when uploading. Too many paths will end up being
    charged. A large site being entirely rebuilt repeatedly can cost more in
    invalidation charges than it would in the edge recaching content from S3.
    Defaults to 100 paths. If this is set too low and a lot of paths need to
    be invalidated, the entire site will be invalidated (/*).

Other changes

  • Turn on the Flask debugger in the live preview server. This provides more
    information when the page fails to generate, and means automatic reloading
    when generate.py is changed.