docs(blog): 말하기 에세이 공개 전환 - #122
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19f691695c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "contentType": "essay", | ||
| "image": "/images/posts/말하는-구조를-잃어버린-것-같았다/capstone-gameplay.png", | ||
| "visibility": "private", | ||
| "visibility": "public", |
There was a problem hiding this comment.
Complete the final step of the sample answer
Publishing the post exposes an incomplete example in index.mdx:91-109: it promises to demonstrate the full conclusion → situation → choice → trade-off → result-and-lesson structure and supplies sample answer text for the first four steps, but replaces the final result and lesson with an instruction to state them. Because this is the article's central reusable method, add a concrete final response segment or stop presenting the sequence as a complete example.
Useful? React with 👍 / 👎.
| "contentType": "essay", | ||
| "image": "/images/posts/말하는-구조를-잃어버린-것-같았다/capstone-gameplay.png", | ||
| "visibility": "private", | ||
| "visibility": "public", |
There was a problem hiding this comment.
Remove the duplicate article heading before publishing
When this post becomes public, BlogPostPage renders post.title as the page's <h1>, and index.mdx:1 immediately renders the identical title as a second <h1> inside the article; the MDX heading parser also adds that redundant title to the table of contents. Remove the leading MDX heading so the public page has one primary heading and the TOC begins with the actual sections.
Useful? React with 👍 / 👎.
변경 내용
말하는-구조를-잃어버린-것-같았다/meta.json의 visibility를 private에서 public으로 전환의도
검증
npm run content:auditnpm run build