ryohey / signal

Online MIDI Editor: signal
https://signal.vercel.app
MIT License
1.2k stars 136 forks source link

Add a prefix before each path #364

Open iamfarago opened 1 month ago

iamfarago commented 1 month ago

Please, how to add a prefix, e.g. /tools/ before each request path? I am integrating this tools with another open source tool, and I am using nginx to deploy this app. I've tried many ways and they just didn't work. I am just wondering how to add a prefix before each path in this app. So many thanks!

ryohey commented 4 weeks ago

@iamfarago You have to modify the webpack configuration.Maybe publicPath can be used.