diff --git a/site/package.json b/site/package.json
index 764fa4f..f3f50b7 100644
--- a/site/package.json
+++ b/site/package.json
@@ -1,7 +1,7 @@
{
"name": "portfolio",
"version": "0.1.0",
- "homepage": "http://asimonson1125.github.io",
+ "homepage": "https://asimonson1125.github.io/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
diff --git a/site/src/App.js b/site/src/App.js
index bb50278..cf91a69 100644
--- a/site/src/App.js
+++ b/site/src/App.js
@@ -1,4 +1,4 @@
-import { Route, Link, BrowserRouter as Router } from 'react-router-dom'
+import { Route, Link, HashRouter as Router } from 'react-router-dom'
import './App.css';
import Nav from './componets/Nav.js'
@@ -6,33 +6,29 @@ import Socials from './componets/Socials.js'
import About from './componets/About.js'
import Projects from './Projects';
-const routs = (
-
-
-
-
-
-
-)
-
function App() {
return (
+
+
);
}