diff --git a/package.json b/package.json index 75d497c..bc17824 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "frontend", "version": "0.1.0", "private": true, + "homepage": "/membership", "dependencies": { "@fontsource/dm-sans": "^5.2.8", "@fontsource/fraunces": "^5.2.9", diff --git a/src/App.js b/src/App.js index 1ed8773..a660e7f 100644 --- a/src/App.js +++ b/src/App.js @@ -44,7 +44,7 @@ const PrivateRoute = ({ children, adminOnly = false }) => { function App() { return ( - + } /> } />