reload icon indicating copy to clipboard operation
reload copied to clipboard

Reload should (offer a possibility to) load the index.html in subdirectories

Open Doogiemuc opened this issue 3 years ago • 1 comments

When serving some static html files with reload with the following simple directory structure:

  index.html
  /subdir
    index.html    // <= in subdir

When index.html contains a link <a href="/subdir/"> then this link currently does not work. Reload does not load index.html by default.

There should at least be an option to enable this.

Doogiemuc avatar Jun 24 '21 10:06 Doogiemuc

PRs welcome

alallier avatar Nov 26 '21 21:11 alallier