fix: resolve submit crash (.data.id undefined) & add missing update posts
- Fix game-entry-wizard.tsx: API returns flat { id } not { data: { id } }
- Add update posts for v2026.0.96, v2026.0.97, v2026.0.971
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Updates Page & Markdown Content Pipeline"
|
||||
date: "2026-05-01"
|
||||
version: "2026.0.96"
|
||||
summary: "New updates page with version release notes, markdown-based content pipeline with auto-extracted chapter navigation and reading progress bar."
|
||||
---
|
||||
|
||||
# Hello everyone!
|
||||
|
||||
This release brings a brand new way to track what's changing on the site. We've added an updates page where you can find release notes for every version, complete with chapter navigation and a reading progress bar to help you get through longer posts.
|
||||
|
||||
As always, if you run into any issues, feel free to visit the [contact page](https://deckyvault.xyz/contact) to submit a report!
|
||||
|
||||
> Adrian Bonpin
|
||||
|
||||
## Added
|
||||
|
||||
### Updates Page
|
||||
- Updates page listing all version release notes
|
||||
- Update viewer with auto-extracted chapter navigation and reading progress bar
|
||||
- Markdown-based content pipeline (gray-matter + remark/rehype)
|
||||
- First update post converted from existing changelog
|
||||
Reference in New Issue
Block a user