Skip to content

Commit 1c8c30b

Browse files
authored
Merge pull request #347 from Nexters/fix/qa-2025-12-07
fix: profile qa 3차 반영
2 parents 5141a6b + 53897f1 commit 1c8c30b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/profile/src/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import { Suspense } from 'react';
1616

1717
const router = createBrowserRouter([
1818
{
19-
path: '/:userCode',
20-
element: <ProfilePage />,
19+
path: '/',
20+
element: <NotFound />,
2121
},
2222
{
2323
path: '/:userCode/shows',
@@ -32,8 +32,8 @@ const router = createBrowserRouter([
3232
element: <ProfileLinkPage />,
3333
},
3434
{
35-
path: '/',
36-
element: <NotFound />,
35+
path: '/:userCode',
36+
element: <ProfilePage />,
3737
},
3838
{
3939
path: '*',

0 commit comments

Comments
 (0)