From 1c7a5f5bd8579b5d170464c4b36d991a2f4b14b0 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 21 Dec 2023 11:47:20 +0100 Subject: fix: default to unread page Signed-off-by: Sean Molenaar --- src/routes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/routes/index.ts b/src/routes/index.ts index b4ed2f757..d623ff2c8 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -18,7 +18,7 @@ export const ROUTES = { const getInitialRoute = function() { // TODO: Fetch Recent route from Browser Session? - return ROUTES.EXPLORE + return ROUTES.UNREAD } const routes = [ -- cgit v1.2.3