istio.io
                                
                                 istio.io copied to clipboard
                                
                                    istio.io copied to clipboard
                            
                            
                            
                        fix the site baseURL
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.