Running in non-root url

I’m running Penpot in development mode (watch-gulp, watch-main, backend/scripts/start-dev) in url http://penpot/ – it works well.

Now I would like to run it in, say, http://penpot/x/

How would I do this? The first request to /x/ works OK, but subsequent requests don’t work so well (they return a 404):

image

Maybe there is some configuration option I missed?

1 Like

I was able to do this by editing gulpfile.js and shadow-cljs.edn and config.js.