We have our generated FE-artefacts under a dist-folder in wwwroot and when I change UmbracoCssPath in appsettings.json to “~/dist” I can correctly pick files from the dist folder in RTE data type.
But in backoffice on a page where we have RTE property the code tries to fetch main.css from /css instead of dist.

Is this a bug or have I missed something?

