Skip to content

Commit

Permalink
testing 404s
Browse files Browse the repository at this point in the history
  • Loading branch information
arositen committed May 29, 2024
1 parent 829f47c commit 55220a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function App() {
<Route path={`${basePath}/:section/details`} element={<Details />} />
<Route path={`${basePath}/:section/details/:id`} element={<Details />} />
<Route path={`${basePath}/checkout`} element={<Checkout />} />
<Route path={`${basePath}/*`} element={<Splash />} />
</Routes>
<Footer />
</ShoppingCartProvider>
Expand Down

0 comments on commit 55220a0

Please sign in to comment.