From 8117bb45e69ab55065d38cb91c3b310b476c2104 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 23 Dec 2024 10:32:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(router):=20has=20to=20browse?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 +++++++++++++ src/App.tsx | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) 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';