Skip to content

Commit

Permalink
update router and homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel0170 committed May 27, 2024
1 parent 2cef648 commit eaf6bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "portfolio",
"version": "0.1.0",
"version": "1.0.0",
"description": "My portfolio website..!",
"private": true,
"homepage": "https://kpatel0170.github.io/portfolio",
"homepage": "./",
"keywords": [
"portfolio",
"profile",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Suspense } from "react";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { HashRouter as Router, Routes, Route } from "react-router-dom";

import NavBar from "./components/NavBar/NavBar";
import Footer from "./components/Footer/Footer";
Expand Down

0 comments on commit eaf6bcb

Please sign in to comment.