Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@JoshTheDerf JoshTheDerf released this 25 Apr 11:30
· 37 commits to master since this release

Fixes

  • #184 Upgrade prerenderer to 0.7.1 to fix handling of Unicode and non-URL characters in route paths.
  • If users forget to return the context object in postProcess, a clearer error is thrown.

Additions

  • postProcess now allows you to overwrite context.outputPath. It is null by default but will be used if set. Otherwise, it will continue to calculate the output path as normal. Can be used to write files that end with a file extension directly instead of writing them to index.html in a folder by the same name. (#179) See README.