From f909fe9de09de01950f92849841d63282d23a085 Mon Sep 17 00:00:00 2001 From: RickyRAV <101335214+RickyRAV@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:44:17 +0200 Subject: [PATCH] Update routes.ts --- apps/web/constants/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/constants/routes.ts b/apps/web/constants/routes.ts index eeba076..5b8fd67 100644 --- a/apps/web/constants/routes.ts +++ b/apps/web/constants/routes.ts @@ -9,5 +9,5 @@ export const ROUTES = { HISTORY: `${BASE_URL}/history`, BOOKMARKS: `${BASE_URL}/bookmarks`, SETTINGS: `${BASE_URL}/settings`, - THESIS: `${BASE_URL}/thesis/IntelliQ-DA-Final_Redacted.pdf` + THESIS: `/thesis/IntelliQ-DA-Final_Redacted.pdf` } as const;