From be0cdccec73b3fd31a3501c1bdd0fa95c5e90818 Mon Sep 17 00:00:00 2001 From: o0oo0ooo0 <42055259+o0oo0ooo0@users.noreply.github.com> Date: Wed, 20 Jan 2021 16:45:27 +0800 Subject: [PATCH] Remove extra quotes The environment variable in the set is a string value. If you add quotation marks, the quotation marks will become part of the value, causing an error. --- source/_posts/en/Search-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/en/Search-Plugins.md b/source/_posts/en/Search-Plugins.md index 14bdca2..4a230e8 100644 --- a/source/_posts/en/Search-Plugins.md +++ b/source/_posts/en/Search-Plugins.md @@ -87,7 +87,7 @@ Please refer to it for a complete list of supported plugins and their configurat {% codeblock "Windows Command Prompt (CMD)" lang:cmd %} C:\Users\you> cd path/to/your/hexo/site - C:\Users\you> set HEXO_ALGOLIA_INDEXING_KEY="727fbd8c998fe419318fa350db6793ca" + C:\Users\you> set HEXO_ALGOLIA_INDEXING_KEY=727fbd8c998fe419318fa350db6793ca {% endcodeblock %} On Linux/macOS: