summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2023-12-21 11:47:20 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-12-21 17:51:47 +0100
commit1c7a5f5bd8579b5d170464c4b36d991a2f4b14b0 (patch)
treef1cc3c89e845d44eb5caa5d634dd248049ee62dd
parent44a620f2a6614d80651cea8d80cb658216ab5c45 (diff)
fix: default to unread page
Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
-rw-r--r--src/routes/index.ts2
1 files changed, 1 insertions, 1 deletions
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 = [