Skip to content

Commit 24ee2a2

Browse files
committed
Back to up
1 parent 02d1658 commit 24ee2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {useUser} from 'web/hooks/use-user'
44
import {LoggedOutHome} from "web/components/home/home";
55
import {ProfilesHome} from "web/components/profiles/profiles-home";
66

7-
export const TEST_DOWNTIME = true
7+
export const TEST_DOWNTIME = false
88

99
// To simulate downtime, you need the error to happen at runtime, not at build time.
1010
// That means the page must be server-rendered, not statically generated.

0 commit comments

Comments
 (0)