Subdirectory is WebView

I am using replit for a project using ruby and jekyll. In my run command I start a server on http://0.0.0.0:4000/sub-path/ using jekyll serve --baseurl '/sub-path' --host=0.0.0.0". However, the WebView automatically launches http://0.0.0.0:4000 ignoring the subpath. How can I fix this?

Hi @ishitatewari. Thank you for your post.

In order for the community to suggest ideas to help you solve your code issue it would be useful to share a link to your Repl.

Any error messages that you see appear when you attempt to run your code would also be useful to share here.

1 Like