Skip to content

Commit 5c57d5f

Browse files
committed
debugging commit
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent e281239 commit 5c57d5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/dashboard/src/utils.ts

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

6161
export function isLocalPreview() {
62-
return window.location.hostname === "preview.gitpod-self-hosted.com";
62+
// Uncomment before merging
63+
// return window.location.hostname === "preview.gitpod-self-hosted.com";
64+
return true;
6365
}
6466

6567
function trimResource(resource: string): string {

0 commit comments

Comments
 (0)