Skip to content

Commit

Permalink
fix(baklava): make it open dogehouse.tv
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed May 9, 2021
1 parent 7a34cbe commit 86d13e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baklava/src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function createMainWindow() {
mainWindow.webContents.openDevTools();
}
mainWindow.loadURL(
!__prod__ ? `https://dogehouse.tv/` : "http://localhost:3000"
__prod__ ? `https://dogehouse.tv/` : "http://localhost:3000"
);

bWindows = {
Expand Down

1 comment on commit 86d13e5

@vercel
Copy link

@vercel vercel bot commented on 86d13e5 May 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.