We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0519199 commit ec1c41dCopy full SHA for ec1c41d
jupyterlite_sphinx/jupyterlite_sphinx.py
@@ -512,7 +512,7 @@ def run(self):
512
513
iframe_parent_div_id = uuid4()
514
iframe_div_id = uuid4()
515
- iframe_src = f'{prefix}/{app_path}{f"?{options}" if options else ""}'
+ iframe_src = f'{prefix}/{app_path}{f"index.html?{options}" if options else ""}'
516
517
# Parent container (initially hidden)
518
iframe_parent_container_div_start = (
0 commit comments