Open spectrenoir06 opened 7 years ago
This comes from this line in latclient :
vm.js_url = conf.lua_at_client.vm_url or "./pub"
The solution is to add a vm_url
in conf.lua
:
lua_at_client = {
vm = "starlight",
vm_url = "/pub"
},
(working) http://antoine.doussaud.org/?r=main/test/ ( search starlight in /pub/starlight/starlight.js ) (not working) http://antoine.doussaud.org/main/test/ ( search starlight in /main/test/pub/starlight/starlight.js )
Page content: