We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MDX 파일이 날짜 단위로만 기록이 되고 있습니다. 이런 경우에는 하루에 2개 이상 글을 쓰면 우선순위를 구분하지 못하기 때문에 타임스탬프로 하는 것을 제안합니다.
그리고 수동으로 작성일을 frontmatter에 등록하고 있는 것을 이 글에 있는 것 처럼 commit 시간을 기준으로 자동으로 캐싱하고 업데이트하는 기능으로 구현해보면 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered:
identity16
No branches or pull requests
MDX 파일이 날짜 단위로만 기록이 되고 있습니다.
이런 경우에는 하루에 2개 이상 글을 쓰면 우선순위를 구분하지 못하기 때문에
타임스탬프로 하는 것을 제안합니다.
그리고 수동으로 작성일을 frontmatter에 등록하고 있는 것을
이 글에 있는 것 처럼 commit 시간을 기준으로 자동으로 캐싱하고 업데이트하는 기능으로 구현해보면 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered: