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 5ae3ab1 commit 513de14Copy full SHA for 513de14
app/controllers/yard_controller.rb
@@ -66,7 +66,7 @@ def respond
66
67
Rails.cache.delete(cache_key) if library_version&.ready? && (status != 200 || body.first.blank?)
68
69
- if status == 200 && !request.path.starts_with?("/search")
+ if status == 200 && !request.path.starts_with?("/search") && !request.path.starts_with?("/static")
70
@contents = body.first
71
render :show
72
else
0 commit comments