I’m struggling with putting the media and assets urls behind a common prefix (/cms in my case). The reason is I’m running an SPA on the same domain, and media is already used by that. FWIW, I’m also using the zero one template, so much of the configuration is done by that.
which does the rendering part. My question is now, how to get the serving part right. I’m aware, with a reverse proxy, I can do it. Is there a way to do it within kirby? I’d prefer the latter, since it’d make the setup simpler.
I’ve contacted the author, thank you so much for looking.
I also got problems with panel though. Some files (index.css and panel.css) seem to resolve fine, whereas others (the minified stuff like vendor.min.js, plugins.js) 404.
Now I’m confused, if not as described in Custom URL setup, what then is the canonical way to modify those URLs in a way that should be supported by plugins?
Also, I’m not dead-set on this, and open to suggestions. Would it be easier/more canonical to use a custom domain for assets etc. as well as panel (cms.mydomain.com)?
My problem is that media/ clashes with a path on the apex domain which is used by a django app.