When you configure the base path it won't affect dev, but will properly update styles and assets included using import however it won't update images and a tags which use src or href. I can't find anything in the documentation or in the repo, other than that it won't be possible to update the links in html or image assets. https://github.com/withastro/astro/issues/4128#issuecomment-1231600019
However since base doesn't apply in dev, I need a way to not have a base path in dev for local links to work, and a way to have them on production when it does apply base. Was there a helper or some logic to use so these links are all correct?