nikhgupta/middleman-apps

Should be compatible with `relative_assets` setting

Opened this issue · 1 comments

Should be compatible with `relative_assets` setting

As per Gotchas:

  • a /deeply/nested/404page does not respect assets.

This is due to the fact that we are serving a pre-built error page with relative links from different directory depths, which is bound to not work.

In such a case, with relative assets activated, we can (maybe) redirect to another page that has assets linked correctly.