-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
[BUG] mermaid and lightgallery don't work #1391
Comments
I cannot reproduce this exampleSite deploying on GitHub Pages works fine https://pages.hugodoit.com/create-diagrams/ Mermaid not working is very weird, it does not need any explicit configs... |
In fact, the example site also failed on one of my computers, but succeeded on another. After checking the log, I found that it was a CDN problem. I don't know if it was a problem with my network or the CDN was contaminated. This is the address of my site, you can visit it and try it. dre4merp's blog |
@dre4merp I live in NA and your blog is not rendering the chart properly, while the example site renders fine I am using Brave browser, which is literally a Chrome. I also checked on Android and it is the same result. |
@dre4merp Can you provide a minimal reproducible example? |
@HEIGE-PCloud This is a copy of my site configuration, with just the articles section removed. I need to remind you again that my local test is normal. The problem only occurs when using the github action build. Anyway, thank you very much for your help. |
Data race on Remote
Local
https://github.com/HEIGE-PCloud/example/actions/runs/12429679671/job/34703644962 |
#1409 This might work, can you try it out? |
To enable lightgallery, add a title to the image or use the image shortcode. ![image.png](image.png "title here is necessary")
{{< image src="image.png" >}} |
It works well !
I finally figured out what the problem was! My problem has been solved, you can close this issue at any time. |
Describe the bug 描述你遇到的错误
mermaid
It works locally, but faild by github action.
lightgallery
config entry is true, but doesn't work.
Expected behavior 期待的行为
mermaid and lightgallery work successfully
Screenshots 屏幕截图
Build Environment 构建环境
Local
github action
Preview Environment 预览环境
Additional Information 补充信息
The text was updated successfully, but these errors were encountered: