Skip to content

Commit b2f6264

Browse files
Fix paths for Replite apps (#224)
1 parent d035b9e commit b2f6264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class RepliteIframe(_LiteIframe):
190190
Renders an iframe that shows a repl with JupyterLite.
191191
"""
192192

193-
lite_app = "repl/index.html"
193+
lite_app = "repl/"
194194
notebooks_path = ""
195195

196196

0 commit comments

Comments
 (0)