Skip to content

(10.5) 404 페이지 및 세부 오류 수정#25

Open
sendmethere wants to merge 3 commits into
devfrom
detail
Open

(10.5) 404 페이지 및 세부 오류 수정#25
sendmethere wants to merge 3 commits into
devfrom
detail

Conversation

@sendmethere
Copy link
Copy Markdown
Contributor

No description provided.

Szzng
Szzng previously approved these changes Oct 9, 2022
@Szzng Szzng self-requested a review October 9, 2022 06:11
Comment thread src/router/index.js
name: 'notFound',
component: NotFound
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 그냥 path '*'로 하면 다 처리 될걸?

 {
      path: '*',
      name: 'NotFound',
      component: NotFound
    }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금은 *를 404로 리다이렉트하고 다시 404를 정의하는 것 맞지?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants