We need to self-host most URLs on a domain, but compliance is cool with us using a pull CDN for some kids of /assets/. I see I can do that by prefixing those sources in the theme as “//cdn.example.site/assets/{{.Params.image}}” or something like that, so that’s no problem, but it leaves a small problem in that editorial will see broken new assets while editing before they’re in prod and reachable by the CDN.
I can think of some kludgy ways around that, but there doesn’t seem to be anything as straightforward as a hugo -D
for certain theme tweaks—or is there? Can anyone recommend a good approach for modifying a subset of URLs between development and production?