Replies: 3 comments 3 replies
-
To get the build correct it should be sufficient to change publicPath to |
Beta Was this translation helpful? Give feedback.
-
@tamland the link you sent says:
Would it be possible to build it with an empty path by default? |
Beta Was this translation helpful? Give feedback.
-
Based on personal testing: with relative paths, it functions, but the browser URL rapidly becomes wrong (it loses the part it's relative to, so the app continues functioning since it's all JS and XHR but the browser history is invalid reloading the page completely will fail) and some images fail to load. |
Beta Was this translation helpful? Give feedback.
-
I'm already having to do a custom build to make the project work on ARM. So I might as well also change what's necessary to make it support being behind an nginx proxy, as mentioned in #2.
What do I need to change to make the app available at, say, http://example.com/music/ ?
Beta Was this translation helpful? Give feedback.
All reactions