Skip to content

Commit

Permalink
trying base url
Browse files Browse the repository at this point in the history
  • Loading branch information
arositen committed May 17, 2024
1 parent 17dccdb commit cb7a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function App() {
<ShoppingCartProvider>
<Navbar isTopOfPage={isTopOfPage} />
<Routes>
<Route path="/Gumball/" element={<Splash />} />
<Route path="https://arositen.github.io/Gumball/" element={<Splash />} />
<Route path="/Gumball/mens" element={<Mens />} />
<Route path="/Gumball/womens" element={<Womens />} />
<Route path="/Gumball/upcoming-artist" element={<UpcomingArtist />} />
Expand Down

0 comments on commit cb7a4f4

Please sign in to comment.