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
缺陷描述 / Describe the bug
The logo image can not be loaded in the index page because the corresponding HTML element has a wrong href attribute:
href
<img src="[object Module]" alt="logo" width="100%">
期望行为 / Expected behaviour
A correct URL like /static/media/logo.png is expected.
/static/media/logo.png
日志截图 / Logs or Screenshots
其他 / Additional context
The text was updated successfully, but these errors were encountered:
TangliziGit
No branches or pull requests
Bug Report
缺陷描述 / Describe the bug
The logo image can not be loaded in the index page because the corresponding HTML element has a wrong
href
attribute:期望行为 / Expected behaviour
A correct URL like
/static/media/logo.png
is expected.日志截图 / Logs or Screenshots
其他 / Additional context
The text was updated successfully, but these errors were encountered: