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.
pull/834/head
o0oo0ooo0 2021-01-20 16:45:27 +08:00 committed by GitHub
parent db0be41d70
commit be0cdccec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: