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
parent
be0cdccec7
commit
8b338b89b0
|
@ -93,7 +93,7 @@ providers:
|
|||
|
||||
{% codeblock "Windows命令行(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 %}
|
||||
|
||||
Linux/macOS下:
|
||||
|
|
Loading…
Reference in New Issue