Skip to content

Commit c52d6fc

Browse files
committed
Removes extra '?' for default service base URL [fix]
1 parent 9f8237f commit c52d6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlpreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
return loc.origin + loc.pathname;
144144
}
145145
// Fallback value
146-
return 'https://html-preview.github.io/?';
146+
return 'https://html-preview.github.io/';
147147
};
148148

149149
/**

0 commit comments

Comments
 (0)