Skip to content

Commit

Permalink
resolve gh-pages issue with router
Browse files Browse the repository at this point in the history
  • Loading branch information
r3z4r committed Aug 6, 2023
1 parent a6f01a8 commit d848844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/sheypoor/frontend-challenge/issues"
},
"homepage": "https://r3z4r.github.io/frontend-challenge",
"homepage": "https://r3z4r.github.io/frontend-challenge/",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Route, BrowserRouter as Router, Routes } from "react-router-dom";
import { HashRouter as Router, Routes, Route } from "react-router-dom";
import "./styles.css";
import ProfileInfoCapture from "./componenets/steps/ProfileInfoCapture";
import PersonalInfoCapture from "./componenets/steps/PersonalInfoCapture";
Expand Down

0 comments on commit d848844

Please sign in to comment.