Hi Guys,
I want to use relative assets in all of my pages, except for one page. I am using cloudfront and S3 to host my page and you can specify a html file that is displayed for 404 and 403 errors.
Since this page could have any random path like /foobar/test/something.html all the links, javascript and stylesheet references have to be absolute otherwise it breaks them.
Unfortunately I have not been able to find a way to disable. I have tried frontmatter, the page directive and even :relative => false on the stylesheet directive, but none of it worked.
Is there a way of doing this?
Greetings, Kim