Skip to content

Commit

Permalink
chore: serve heavy static assets via CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Apr 24, 2024
1 parent 99d5ea0 commit 6cc8beb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ layout: base.hbs

<p class="lead">
<a href="http://demo.bpmn.io" target="_blank" rel="noopener" class="screenshot" aria-label="Try our BPMN editing toolkit">
<img src="{{ assets }}/img/toolkit/bpmn-js.gif" alt="A screencast of the bpmn-js editing toolkit in action" style="width: 500px;" />
<img src="https://cdn.statically.io/gh/bpmn-io/bpmn.io/99d5ea0/src/assets/img/toolkit/bpmn-js.gif" alt="A screencast of the bpmn-js editing toolkit in action" style="width: 500px;" />
</a>
</p>

Expand Down Expand Up @@ -55,7 +55,7 @@ layout: base.hbs

<p class="lead">
<a href="http://demo.bpmn.io/dmn" target="_blank" rel="noopener" class="screenshot" aria-label="Try our DMN editing toolkit">
<img src="{{ assets }}/img/toolkit/dmn-js.gif" alt="A screencast of the dmn-js editing toolkit in action" />
<img src="https://cdn.statically.io/gh/bpmn-io/bpmn.io/99d5ea0/src/assets/img/toolkit/dmn-js.gif" alt="A screencast of the dmn-js editing toolkit in action" />
</a>
</p>

Expand Down Expand Up @@ -85,7 +85,7 @@ layout: base.hbs

<p class="lead">
<a href="http://demo.bpmn.io/form" target="_blank" rel="noopener" class="screenshot" aria-label="Try out form-js">
<img src="{{ assets }}/img/toolkit/form-js.gif" alt="A screencast of the form-js editing toolkit in action" />
<img src="https://cdn.statically.io/gh/bpmn-io/bpmn.io/99d5ea0/src/assets/img/toolkit/form-js.gif" alt="A screencast of the form-js editing toolkit in action" />
</a>
</p>

Expand Down Expand Up @@ -115,7 +115,7 @@ layout: base.hbs

<p class="lead">
<a href="http://demo.bpmn.io/cmmn" target="_blank" rel="noopener" class="screenshot" aria-label="Try out cmmn-js editing toolkit">
<img src="{{ assets }}/img/toolkit/cmmn-js.png" alt="A screencast of the cmmn-js editing toolkit in action" />
<img src="https://cdn.statically.io/gh/bpmn-io/bpmn.io/99d5ea0/src/assets/img/toolkit/cmmn-js.png" alt="A screencast of the cmmn-js editing toolkit in action" />
</a>
</p>

Expand Down

0 comments on commit 6cc8beb

Please sign in to comment.