Skip to content

Commit a914659

Browse files
author
Piotr
committed
demo mode activation change
1 parent da5b6fc commit a914659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface ReceiveCounters {
3535
export const useMainStore = defineStore("main", () => {
3636

3737
const demoMode = ref<boolean>(
38-
document.location.host.indexOf('demo') >= 0 ||
38+
document.location.host.indexOf('demo.logdy.dev') >= 0 ||
3939
document.location.search.indexOf('demo') >= 0
4040
)
4141
const demoStatus = ref<"started" | "stopped">("started")

0 commit comments

Comments
 (0)