There was an error while loading. Please reload this page.
1 parent 02d1658 commit 24ee2a2Copy full SHA for 24ee2a2
1 file changed
web/pages/index.tsx
@@ -4,7 +4,7 @@ import {useUser} from 'web/hooks/use-user'
4
import {LoggedOutHome} from "web/components/home/home";
5
import {ProfilesHome} from "web/components/profiles/profiles-home";
6
7
-export const TEST_DOWNTIME = true
+export const TEST_DOWNTIME = false
8
9
// To simulate downtime, you need the error to happen at runtime, not at build time.
10
// That means the page must be server-rendered, not statically generated.
0 commit comments