User can give site_prefix in zettle.toml. This allows to host the pages under a path prefix. For e.g, the user can host the files under https://example.com/prefix/. Previously the links generated where from / which doesn't work if the user hosts it under a prefix.
This should fix #20.
User can give
site_prefix
inzettle.toml
. This allows to host the pages under a path prefix. For e.g, the user can host the files underhttps://example.com/prefix/
. Previously the links generated where from/
which doesn't work if the user hosts it under a prefix. This should fix #20.