abell: Image path not found in local dev-server with abell serve

Describe the bug In local dev server, if you add image to blog from assets/image.jpg path. The image does not load when we don’t have / in the end of the URL.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

awesome! Go ahead @saideepesh000.

So one solution I can think of is to have / appended by default in dev-server when the path is something like localhost:5000/hello. So the new path should become localhost:5000/hello/ instead.