deltachat-bot / bot-pages

Source of bots.delta.chat
https://bots.delta.chat
GNU General Public License v3.0
3 stars 0 forks source link

Using baseURL for page previews #25

Closed lefherz closed 4 years ago

lefherz commented 4 years ago

Based on #18, I want to start using the baseurl jekyll option for building the previews for https://staging.bots.delta.chat.

Right now it's solved with an nginx redirect hack which doesn't work very well on chromium; chromium seems to cache the referer. This results in 404 errors for the css and broken page layouts. It works in a private window, but this would be a much nicer solution.