-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻👍🏻
src/pages/404/index.tsx
Outdated
<div> | ||
<h1>NOT FOUND</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다시 main으로 돌아가는 버튼이 있으면 좋을 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or 네브바를 넣어도 좋구요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네브바를 적용해보겠습니다.
src/pages/404/index.tsx
Outdated
import styled from "styled-components"; | ||
function custom404() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import styled from "styled-components"; | |
function custom404() { | |
import styled from "styled-components"; | |
function Custom404() { |
이것도 맞추면 좋을 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗 적용하겠습니다. 근데 제 vscode에서 자동 save 정렬 프리티어 적용하는데 5초이상 걸리더라구요. 그래서 간혹 적용이 안됐나봐요. 주의해서 해보겠습니다.
src/assets/lottieJSON/lottie404.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lottieJSON 폴더이니 파일명을 lottie404 -> 404 로 수정하는 건 어떤가요?
Description