Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "Life",
"contentType": "essay",
"image": "/images/posts/말하는-구조를-잃어버린-것-같았다/capstone-gameplay.png",
"visibility": "private",
"visibility": "public",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

"tags": [
"면접",
"말하기",
Expand Down
Loading