Skip to content

Live preview: baseUrl should not be optional for serving pages #267

@yamgent

Description

@yamgent

In Jekyll, when using the live preview, the baseurl is taken into consideration and used as part of its serving URL. For example, if the baseurl is /myblog, then the live preview's server URL will be:

http://127.0.0.1:8080/myblog/

However, for MarkBind, we do not take baseUrl into consideration baseUrl usage is optional, so we can serve everything in:

http://127.0.0.1:8080/

This makes it more difficult to determine whether the URLs inside the page's source are actually generated correctly, until you deploy to the actual server and find out that things are broken.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions