From 345768ccbcbbc1c49e07c7be79769f9f86d9ff3a Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 10 Apr 2024 15:11:31 -0400 Subject: refactor: Add all former paths from NextJS version, and setup excluded routes array to handle routes where the nav bar, footer, and widget are not rendered --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 9703cfc..069ae93 100644 --- a/src/App.js +++ b/src/App.js @@ -20,7 +20,7 @@ function App() { return (
- {!excludedRoutes.includes(location.pathname) && } + {!excludedRoutes.includes(location.pathname) && } } /> } /> -- cgit v1.2.3-70-g09d2