Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#94] apply custom404Page #97

Merged
merged 4 commits into from
Mar 21, 2023
Merged

Conversation

jaegwans
Copy link
Member

Description

  • 커스텀404 페이지를 제작했습니다.

image

@jaegwans jaegwans added the feat label Mar 20, 2023
@jaegwans jaegwans self-assigned this Mar 20, 2023
@jaegwans jaegwans linked an issue Mar 20, 2023 that may be closed by this pull request
1 task
@jaegwans jaegwans removed a link to an issue Mar 20, 2023
1 task
@jaegwans jaegwans linked an issue Mar 20, 2023 that may be closed by this pull request
1 task
Copy link
Member

@hanseulhee hanseulhee left a comment

Choose a reason for hiding this comment

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

👍🏻👍🏻

Comment on lines 10 to 11
<div>
<h1>NOT FOUND</h1>
Copy link
Member

Choose a reason for hiding this comment

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

다시 main으로 돌아가는 버튼이 있으면 좋을 것 같아요

Copy link
Member

Choose a reason for hiding this comment

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

or 네브바를 넣어도 좋구요

Copy link
Member Author

Choose a reason for hiding this comment

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

네브바를 적용해보겠습니다.

Comment on lines 5 to 6
import styled from "styled-components";
function custom404() {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
import styled from "styled-components";
function custom404() {
import styled from "styled-components";
function Custom404() {

이것도 맞추면 좋을 것 같아요

Copy link
Member Author

Choose a reason for hiding this comment

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

앗 적용하겠습니다. 근데 제 vscode에서 자동 save 정렬 프리티어 적용하는데 5초이상 걸리더라구요. 그래서 간혹 적용이 안됐나봐요. 주의해서 해보겠습니다.

Copy link
Member

Choose a reason for hiding this comment

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

lottieJSON 폴더이니 파일명을 lottie404 -> 404 로 수정하는 건 어떤가요?

@jaegwans jaegwans merged commit 74e05a6 into GDG-on-Campus-SKHU:main Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apply 404 Page
2 participants