Adding to the ever growing ways of serving tiny content, I spun up a nex daemon to cross serve my pages.
Though for some reason links on the second page nex://8by3.net/~sbr aren't seen as links in Lagrange. Trying to work out if this is a bug in my server or the browser. Server is just providing text after all. Do all links need to be absolute?
cc. @skyjake
Jun 24 · 3 weeks ago
4 Comments ↓
🏕️ skyjake [...] · Jun 24 at 11:28:
IIRC, Nex only has clickable links on directory index pages. These are ones whose path ends in a slash. If you add a slash to your Nex URI it should work as expected in Lagrange.
☀️ sbr [OP] · Jun 24 at 11:34:
I might not follow but these have / at the end and are not clickable.
Surely anything with => should be clickable?
🏕️ skyjake [...] · Jun 24 at 11:48:
I meant the URI of the page itself:
☀️ sbr [OP] · Jun 24 at 12:50:
Oh I see! the calling page needs to include the / Thanks!
Source