Generated links (sitemap) and URLs (logo) do not always resolve to valid resources (broken)
In #81 (closed) we've learned another regression in the way how we build URLs to resources. There it is reported that the logo will not always be displayed.
In addition, there is also a regression with the links to the sitemap on sub pages of /
, e.g. https://next.ecobytes.net/offers/ links to https://next.ecobytes.net/offers/sitemap, which defeats the display of the existing sitemap at https://next.ecobytes.net/sitemap
As seen in #59 (closed). the site needs to be able to build with Astro's --path
flag.
- !34 (diffs)
- https://lab.allmende.io/ecobytes/web/-/blob/e8f87acc01b413f006245ee95bce213a348e25b5/.gitlab-ci.yml#L52
Would it be good to use this implementation cylce to add a reproducible test case that we can run locally, which validates the generated URLs?
–
-
URLs to static assets in the repository and to content pages are not broken anymore.
Stretch goal:
-
We can test and assure the validity of links.
Edited by jon r