Merge pull request #5334 from Crunch09/issue-5144
Merge pull request 5334
This commit is contained in:
commit
57ab7c5f98
|
@ -13,6 +13,7 @@ that might be of help. If the problem you’re experiencing isn’t covered belo
|
|||
- [Base-URL Problems](#base-url-problems)
|
||||
- [Configuration problems](#configuration-problems)
|
||||
- [Markup Problems](#markup-problems)
|
||||
- [Production Problems](#production-problems)
|
||||
|
||||
## Installation Problems
|
||||
|
||||
|
@ -209,6 +210,13 @@ strange errors where references don't exist or a tag hasn't been closed. If you
|
|||
run into these errors, try setting `excerpt_separator: ""` in your
|
||||
`_config.yml`, or set it to some nonsense string.
|
||||
|
||||
## Production Problems
|
||||
|
||||
If you run into an issue that a static file can't be found in your
|
||||
production environment during build since v3.2.0 you should set your
|
||||
[environment to `production`](../configuration/#specifying-a-jekyll-environment-at-build-time).
|
||||
The issue is caused by trying to copy a non-existing symlink.
|
||||
|
||||
<div class="note">
|
||||
<h5>Please report issues you encounter!</h5>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue