Serve images from the CDN

Because it should be quicker than serving them from our app directly.
This commit is contained in:
Chris Hill-Scott
2018-11-29 14:08:53 +00:00
parent e346bfeb9e
commit 5bf6bdcd20
3 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@
<h2 id="messagedeliveryandfailure" class="heading-medium">Sending messages</h2>
<p>When you send a message, it moves through different states in Notify.</p>
<img
src="/static/images/message-sending-flow.svg"
src="{{ asset_path }}images/message-sending-flow.svg"
alt="A picture of the sending flow of messages in Notify, showing the three states of Sending, Delivered, And Failed. Also shows the next
steps when messages fail, deleting data and trying a new channel for permanent failures, and trying again or trying a new channel for
temporary failures"