From 8146cb62ce6441aa88021bb03ee86b256af94ad9 Mon Sep 17 00:00:00 2001 From: qiwang067 Date: Thu, 23 Jun 2022 21:27:24 +0800 Subject: [PATCH] update index --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 36a480b..0ca52f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ // 每次开始解析 Markdown 内容时调用 // 将所有../img替换成img // https://github.com/docsifyjs/docsify/issues/936 - return content.replace(img/g, "img"); + return content.replace(/..\/img/g, "img"); }) } ],