Skip to content

Commit 71fa886

Browse files
committed
Update live-view.js
1 parent 5dc6397 commit 71fa886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ if (isMobile) {
620620
// replace URL in window address bar
621621
liveViewWindow.addEventListener('DOMContentLoaded', () => {
622622

623-
liveViewWindow.window.history.replaceState({}, 'Codeit', window.location.origin + '/run');
623+
liveViewWindow.window.history.replaceState({}, 'Codeit', window.location.origin + '/cde/run');
624624

625625
});
626626

0 commit comments

Comments
 (0)