Skip to content

Commit eb1c73b

Browse files
committed
fix recovery
1 parent 0bad777 commit eb1c73b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/tutorial/[slug]/index.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
clearTimeout(timeout);
158158
timeout = setTimeout(() => {
159159
// we lost contact, refresh the page
160-
iframe.src = iframe.src;
160+
iframe.src = '/loading.html';
161+
iframe.src = adapter.base + path;
161162
}, 500);
162163
}
163164

0 commit comments

Comments
 (0)