diff --git a/src/App.tsx b/src/App.tsx
index 2e61bea..158ca8f 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -101,6 +101,7 @@ function App() {
} />
} />
} />
+ } />
} />
} />
diff --git a/src/utils/routing/routes.ts b/src/utils/routing/routes.ts
index 5962879..b471a30 100644
--- a/src/utils/routing/routes.ts
+++ b/src/utils/routing/routes.ts
@@ -107,7 +107,8 @@ export const PAGES_ROUTES = {
hottest: "/projects/hottest",
byCategoryId: "/projects/category/:id",
listProject: "/projects/list-project",
- projectPage: "/project/:tag"
+ projectPage: "/project/:tag",
+ catchProject: '/project',
},
blog: {
feed: "/feed",