From 73c4344d020b9e79820cd4eb1a4c4509066977ef Mon Sep 17 00:00:00 2001 From: Windsmith Date: Wed, 22 May 2024 09:51:54 +0400 Subject: [PATCH] fix: trial 3 --- frontend/package.json | 2 +- frontend/src/App.jsx | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 767b755..211e272 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "type": "module", - "homepage": "https://uowd-tech-club.github.io/tech-club-website", + "homepage": "http://localhost:5173/", "scripts": { "dev": "vite", "build": "vite build", diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2ecb5ea..48050f8 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,4 +1,4 @@ -import { BrowserRouter, Routes, Route, HashRouter } from "react-router-dom"; +import { BrowserRouter, HashRouter, Routes, Route, createHashRouter, RouterProvider } from "react-router-dom"; import "./App.css"; import Homepage from "./pages/Homepage"; @@ -14,14 +14,13 @@ function App() { return ( <> - - } /> - } /> - } /> - } /> - } /> + } /> + } /> + } /> + } /> + } />