Skip to content

v2.1.5

Compare
Choose a tag to compare
@reuixiy reuixiy released this 04 Oct 04:39

Bug Fixes

Code Refactoring

  • separate fonts src from fonts.scss (8de3b8d)
  • separate the video from hosting (10e8ff3)

Features

  • add enableFingerprint for style & script (ebaa065)
  • change some URLs to relative to support IPFS (6b678da)
  • video hosting URL (9b15d2e)

BREAKING CHANGES

  • fonts.scss changed

If you have customized fonts.scss, be sure to check this change before updating.

  • config.toml option changed
 # Image Hosting
 # Only support absolute URLs relative to root,
 # eg: /../../*.jpg
 enableImageHost = false
 imageHostURL = "https://example.com/"
 # Use host URL for head meta tags also
 headAlso = false

 # Video Hosting
 # Only support absolute URLs relative to root,
 # eg: /../../*.mp4
 enableVideoHost = false
 videoHostURL = "https://example.com/"