Closed raoulb closed 7 years ago
The latest master (https://github.com/frab/frab/commit/2df3aaf901e31117d9fea18715ff7581777a2740) might fix this. Can you test it?
I tested that and unfortunately it does not fix the problem. The links in the html main page (for two days) are:
.../public/schedule/0
.../public/schedule/1
but 0 does not exists, instead we should have have:
.../public/schedule/1
.../public/schedule/2
More precise, the links are wrong inside the menu on the left.
PR https://github.com/frab/frab/pull/308 should fix this issue.
The static export is off by one. Say the conference has two days. The static html also has two days, but the first html page is empty, the second page displays the events from the first day and there is a 'hidden' url showing a page with the events from the second day.
This is introduced by #289. With older versions everything works as expected.