1.0.0-beta.55
Pre-release
Pre-release
·
11 commits
to main
since this release
- Added a new
ServerFactory
class inStatiq.Web.Hosting
that makes it easier to set individual properties of the built-in Statiq preview server. - Added the ability to specify additional custom headers served by the Statiq preview server using one or more
--custom-header name=value
options on the command line. - Added the ability to specify additional content type mappings and/or custom headers for the preview server from settings using the
ServerContentTypes
andServerCustomHeaders
settings keys.