Skip to content

Commit ff8daad

Browse files
authored
Update live-view.js
1 parent 9f5c826 commit ff8daad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function addBottomSwipeListener() {
159159
const shareData = {
160160
title: 'Share live view',
161161
content: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
162-
window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
162+
window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
163163
}
164164

165165
if (isMobile) {

0 commit comments

Comments
 (0)