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;