You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.