-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use relative URLs #51
Comments
I just executed the following in the docker container and visiting index2.html works okay and plays music - even though the code is in a subdirectory.
The resulting index2.html file is:
|
It looks like the pseudo-URLs generated with the History API would need some adjustment too, as they're generated in a root directory of the server. |
You will need to build the application with the base path to make this fully work. See #30 |
The scripts aren't loaded if I install it in a subdirectory. Please either remove the "/" from JS/CSS paths in index.html or add
<base href>
The text was updated successfully, but these errors were encountered: