Use skip_pipeline: true for asset_url
This commit is contained in:
parent
3d7061b240
commit
4a9548ec1b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ module MetaDataHelper
|
|||
end
|
||||
|
||||
def default_image_url
|
||||
asset_url "assets/branding/logos/asterisk.png"
|
||||
asset_url("assets/branding/logos/asterisk.png", skip_pipeline: true)
|
||||
end
|
||||
|
||||
def default_author_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue