v0.2.2
-
Update baseImageURL replacement regex. efd7463
Fixes a bug where images referenced with absolute paths (i.e.
https://example.com/image.png
) were still being appended thebaseImageURL
, resulting in invalid URLs. -
Parse template file path only when needed. 8c79708
Speed up some builds by parsing and computing output file path only if a
permalink
was not provided.