Skip to content

Commit c731f3f

Browse files
realtomchukrealtomchuk
authored andcommitted
Fix: Switch to HashRouter for GitHub Pages compatibility
1 parent b2d7e09 commit c731f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect } from 'react';
2-
import { BrowserRouter as Router, Routes, Route, Link, useLocation } from 'react-router-dom';
2+
import { HashRouter as Router, Routes, Route, Link, useLocation } from 'react-router-dom';
33
import { useStore } from '@/store/useStore';
44
import { fetchSchedule } from '@/services/scheduleService';
55
import { HeroCard } from '@/components/HeroCard';

0 commit comments

Comments
 (0)