I've been trying to deploy a small Angular app on GithubPages, but im having some trouble with relative links.
For example, there is a link that opens in a new tab, works perfectly locally. But on github pages it returns an 'error404'.
<a href="\assets\pdfs\geography\unit_1\economias_regionales.pdf" target="_blank">
<mat-icon aria-hidden="false" aria-label="pdf-icon">picture_as_pdf</mat-icon>Regional Economies
</a>
I've already checked the documentation , and tried making a mirror 404.html but didn't work.
I've also tried the solution requested in Deploy Angular 7 to github pages but it didn't work too, maybe im getting it wrong.
The full project is here.
Any recommendations? Thanks for your time