Skip to content

Commit 3ba80b4

Browse files
committed
Fix Sophia AI iframe on home page source with restheart scope
1 parent 04f79c0 commit 3ba80b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stars-bounce: true
1616
<div>
1717
<h3 class="font-weight-bold highlightcolor mt-3 text-center">Ask Sophia AI about RESTHeart</h3>
1818
<div id="sophiaLoading" class="text-muted">Loading...</div>
19-
<iframe id="sophiaFrame" src="https://sophia.restheart.com?h=auto" style="border: none; width: 100%; display: none;"></iframe>
19+
<iframe id="sophiaFrame" src="https://sophia.restheart.com?h=auto&scope=[%22restheart%22,%22both%22]" style="border: none; width: 100%; display: none;"></iframe>
2020
<script>
2121
document.addEventListener('DOMContentLoaded', function() {
2222
const sophiaFrame = document.getElementById('sophiaFrame');

0 commit comments

Comments
 (0)