diff --git a/package.json b/package.json index 08a08de..8657a25 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "celebrity-wall", "version": "0.1.0", "private": true, + "homepage": "https://wall.wearemahsaamini.com", "dependencies": { "autoprefixer": "^10.4.12", "clsx": "^1.2.1", @@ -62,4 +63,4 @@ "eslint-plugin-react-hooks": "^4.3.0", "prettier": "2.7.1" } -} +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 5aa6dff..2f2ce9f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { BrowserRouter as Router, Route, Switch } from 'react-router-dom' +import { HashRouter as Router, Route, Switch } from 'react-router-dom' import './App.css'