fix: remove iframe sandbox to fix demo loading on custom domain

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-04-14 12:15:49 +08:00
co-authored by Claude Opus 4.6
parent dc84b07159
commit 5ac194885f
-1
View File
@@ -28,7 +28,6 @@ const demoUrl = `${base}demo/index.html`;
title="Understand Anything — live demo"
class="showcase-iframe"
loading="lazy"
sandbox="allow-scripts allow-same-origin"
></iframe>
</div>
</div>