I've set my base and site correctly as the docs suggest and I am using the environment variable for static content, and everything locally works fine (build/preview and dev).
However if I have a link like so [link](post2) in post1 it will link to ./post1/post2 on Github pages.
My favicon also doesn't work on GH pages.
Any clue what I might've done wrong?
#Markdown relative links don't work on Github pages
3 messages · Page 1 of 1 (latest)
Alright, seems caching was the issue for favicons.
It seems linking between pages is what I have trouble with.
Build looks fine and source is exactly what I expect it to be but for some reason the browser does what I described on GH pages but not on localhost.
The issue is that GH pages puts a / at the end of the url.
Anybody any idea how I can resolve this? I don't want to use ../page at all.