Skip to content

Commit 3416066

Browse files
committed
temporary-commit: return true in isLocalPreview
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 5450358 commit 3416066

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 === "nip.io";
62+
return true;
6363
}
6464

6565
function trimResource(resource: string): string {

0 commit comments

Comments
 (0)