istio.io icon indicating copy to clipboard operation
istio.io copied to clipboard

fix the site baseURL

Open craigbox opened this issue 4 months ago • 0 comments

While working on #16558 I noticed that our sitemaps are invalid. To fix this, we will need to update our deployment scripts to pass the correct baseURL into Netlify.

This was attempted once (#14725) but reverted (#14757) because we didn't get the right URLs into the system.

The URL needs to be:

  • https://preliminary.istio.io/ when on prelim
  • https://istio.io/ when on prod
  • https://deploy-preview-16378--preliminary-istio.netlify.app/ (or appropriate for version) when deployed from a PR preview

This might be useful context as how to address this.

craigbox avatar Jun 05 '25 23:06 craigbox