Skip to content

Commit

Permalink
feat(demo): use latest release branch for surge URL dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 12, 2023
1 parent 456b5ee commit aff0447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Core JFR functionality is not available in this stubbed out demo, but you can us
<iframe
id="demo-frame"
class="demo-iframe"
src="https://cryostatio-cryostat-web-cryostat-v23.surge.sh"
src="https://cryostatio-cryostat-web-{{ site.data.versions.cryostat.release-branch | remove: '.' }}.surge.sh"
></iframe>
</div>
<script>
Expand Down

0 comments on commit aff0447

Please sign in to comment.