From 826ff580db05b3ca5a938112dfbe3f72152642ac Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+frooodle@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:02:19 +0100 Subject: [PATCH] hook.js:608 is not able to match the URL --- frontend/src/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index f15885348..431aa7bf3 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -10,6 +10,7 @@ import App from './App'; import './i18n'; // Initialize i18next import posthog from 'posthog-js'; import { PostHogProvider } from 'posthog-js/react'; +import { BASE_PATH } from './constants/app'; // Compute initial color scheme function getInitialScheme(): 'light' | 'dark' { @@ -60,7 +61,7 @@ root.render( - +