org-redisplay-inline-images不识别 svg图片base64 data,导致ox-hugo导出过程出错,请帮忙看下

参考ox-hugo教程,插入svg图片,导出出现问题: Inlined SVG ❚ ox-hugo Test Site

#+begin_src plantuml :file ../iPics/images/ox-hugo/svg-with-hyperlinks.svg :exports results
skinparam svgLinkTarget _parent
start
:hao;
stop
#+end_src
#+caption: An SVG with *hyperlinks* -- generated using PlantUML
#+attr_html: :inlined t
#+RESULTS:
[[file:../iPics/images/ox-hugo/svg-with-hyperlinks.svg]]

Error (org-babel-after-execute-hook): Error running hook “org-redisplay-inline-images” because: (error Invalid base64 data)

Error (after-save-hook): Error running hook “org-hugo-export-wim-to-md-after-save” because: (doom-hook-error org-babel-after-execute-hook org-redisplay-inline-images (error Invalid base64 data))