Merge pull request #37866 from giraffate/correct_default_value_of_unknown_asset_fallback

Correct default value of `unknown_asset_fallback` [ci skip]
This commit is contained in:
Ryuta Kamizono 2019-12-03 18:05:09 +09:00 committed by GitHub
commit f7342780c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ config.assets.unknown_asset_fallback = false
```
If "asset fallback" is enabled then when an asset cannot be found the path will be
output instead and no error raised. The asset fallback behavior is enabled by default.
output instead and no error raised. The asset fallback behavior is disabled by default.
### Turning Digests Off