We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80d074 commit 9663ab6Copy full SHA for 9663ab6
1 file changed
lib/app.rb
@@ -201,10 +201,8 @@ def manifest_asset_urls
201
@@manifest_asset_urls ||= [
202
javascript_path('application', asset_host: false),
203
stylesheet_path('application'),
204
- image_path('docs-1.png'),
205
- image_path('docs-1@2x.png'),
206
- image_path('docs-2.png'),
207
- image_path('docs-2@2x.png'),
+ image_path('docs.png'),
+ image_path('docs@2x.png'),
208
asset_path('docs.js')
209
]
210
end
0 commit comments