We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When accessing the page via a subfolder, the paths are wrong:
http://localhost/plotly-custom-build.min.js http://localhost/dist/main.css http://localhost/service-worker.js
It should be:
http://localhost/subfolder/plotly-custom-build.min.js http://localhost/subfolder/dist/main.css http://localhost/subfolder/service-worker.js
See for the complete discussion: https://groups.google.com/g/weewx-user/c/sDK4kzO4vBw/m/0VcxOOMjAAAJ
The text was updated successfully, but these errors were encountered:
Fixes [GH-35]
7142628
No branches or pull requests
When accessing the page via a subfolder, the paths are wrong:
http://localhost/plotly-custom-build.min.js
http://localhost/dist/main.css
http://localhost/service-worker.js
It should be:
http://localhost/subfolder/plotly-custom-build.min.js
http://localhost/subfolder/dist/main.css
http://localhost/subfolder/service-worker.js
See for the complete discussion: https://groups.google.com/g/weewx-user/c/sDK4kzO4vBw/m/0VcxOOMjAAAJ
The text was updated successfully, but these errors were encountered: