Skip to content

Commit

Permalink
Downcase asset names
Browse files Browse the repository at this point in the history
The Nginx configuration in Router which downcases all requests in the
new infrastructure. This causes any assets with capital letters to be
unreachable. Downcases assets for now, until we support mixed cases
requests.
  • Loading branch information
theseanything committed Aug 23, 2022
1 parent d76ea13 commit 820edfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/histories/history.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--l">
</div>
<div class="govuk-grid-column-one-half image">
<%= image_tag 'how-gov-works/Churchill_01.jpg', alt: "", loading: "lazy", style: "width:100%" %>
<%= image_tag 'how-gov-works/churchill_01.jpg', alt: "", loading: "lazy", style: "width:100%" %>
</div>
<div class="govuk-grid-column-one-half">
<%= render "govuk_publishing_components/components/heading", {
Expand Down

0 comments on commit 820edfa

Please sign in to comment.