希曼日记

docusaurus.config.ts 使用图片

将图片放在static/img目录, 然后再这里只需要使用img/图片名称即可, 例如

 links: [
                {
                    items: [
                        {
                            html: `公安联网备案信息: <img src="img/beian.png" alt="备案图标"/>`
                        }
                    ]
                }
            ]