Skip to content

Commit c159ec6

Browse files
committed
return true for now
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 62b0303 commit c159ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function isGitpodIo() {
5959
}
6060

6161
export function isLocalPreview() {
62-
return window.location.hostname.endsWith("nip.io");
62+
return true;
6363
}
6464

6565
function trimResource(resource: string): string {

0 commit comments

Comments
 (0)