Skip to content

Commit

Permalink
[#1584] Add community to newLayoutRoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 14, 2023
1 parent 9e144a8 commit 2d3a223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ function MyApp({ Component, pageProps }) {
'/landing',
'/onboarding',
'/knowledge/library/[[...slug]]',
'/[type]/[id]'
'/[type]/[id]',
'/community'
]
if (!newLayoutRoutes.includes(router.pathname)) {
import('../main.scss')
Expand Down

0 comments on commit 2d3a223

Please # to comment.