Skip to content

Commit e763d1a

Browse files
committed
enable cookies for landing by default
1 parent 378578a commit e763d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const { useAbby, AbbyProvider, useFeatureFlag, __abby__, withDevtools } =
4545
},
4646
},
4747
flags: ["ForceDarkTheme"],
48-
cookies: { disableByDefault: true, expiresInDays: 30 },
48+
cookies: { disableByDefault: false, expiresInDays: 365 },
4949
});
5050

5151
const Devtools = withDevtools(DevtoolsFactory, {

0 commit comments

Comments
 (0)