diff --git a/index.html b/index.html index a9a8bb7e..c2960539 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,19 @@ gtag('js', new Date()); gtag('config', 'GTM-5HXGM54C'); + + diff --git a/src/App.tsx b/src/App.tsx index e93760cc..b7986503 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ - -import { HashRouter as Router, Routes, Route } from 'react-router-dom'; +import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import { Layout } from './components/layout/Layout'; import { Home } from './pages/Home'; import { About } from './pages/About';