You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nested directory of photos, but when simply run expose, the links on the left sidebar link to the directory instead of the index.html within that directory. For example, the links are
<ahref="../subfolder" ...></a>
which ends up opening a new finder window for that directory. I think they should be referencing the index.html within the directly which will produce the correct behaviour as such:
<ahref="../subfolder/index.html" ...></a>
I'm not sure if this is the intended behaviour or if I'm using it wrongly, I've tried running it in both Safari and Chrome on my Mac.
The text was updated successfully, but these errors were encountered:
Presumably you'll be putting the generated site on a server somewhere, in which case the index file is served when you visit the directory url. It could work in the finder just by adding index.html to the end of the paths, but then the urls would become a bit ugly.
sercxanto
added a commit
to sercxanto/Expose
that referenced
this issue
Jul 31, 2017
I have a nested directory of photos, but when simply run
expose
, the links on the left sidebar link to the directory instead of theindex.html
within that directory. For example, the links arewhich ends up opening a new finder window for that directory. I think they should be referencing the
index.html
within the directly which will produce the correct behaviour as such:I'm not sure if this is the intended behaviour or if I'm using it wrongly, I've tried running it in both Safari and Chrome on my Mac.
The text was updated successfully, but these errors were encountered: