mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-13 07:40:06 +00:00
fix: update parity fixture to use local runtime path
The fixture HTML had an empty src after the static.heygen.ai URL was scrubbed. Point to the local hyperframe.runtime.iife.js which will be copied into the fixtures dir by CI before the test runs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8866fc5791
commit
b4023ae249
@@ -7,7 +7,7 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
|
||||||
<script
|
<script
|
||||||
data-hyperframes-preview-runtime="1"
|
data-hyperframes-preview-runtime="1"
|
||||||
src=""
|
src="hyperframe.runtime.iife.js"
|
||||||
></script>
|
></script>
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
|||||||
Reference in New Issue
Block a user