We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5b6fc commit a914659Copy full SHA for a914659
src/store.ts
@@ -35,7 +35,7 @@ interface ReceiveCounters {
35
export const useMainStore = defineStore("main", () => {
36
37
const demoMode = ref<boolean>(
38
- document.location.host.indexOf('demo') >= 0 ||
+ document.location.host.indexOf('demo.logdy.dev') >= 0 ||
39
document.location.search.indexOf('demo') >= 0
40
)
41
const demoStatus = ref<"started" | "stopped">("started")
0 commit comments