test: add test draft post
This commit is contained in:
parent
7aaeb6aa0a
commit
6ca9b58f1e
1 changed files with 11 additions and 0 deletions
11
apps/www/src/content/posts/test-draft.md
Normal file
11
apps/www/src/content/posts/test-draft.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Test Draft Post
|
||||
date: 2026-01-29
|
||||
draft: true
|
||||
---
|
||||
|
||||
This is a test draft post. It should only appear at `/draft/` when logged in as admin.
|
||||
|
||||
It should NOT appear:
|
||||
- On the public `/md/` index
|
||||
- At `/md/test-draft`
|
||||
Loading…
Add table
Add a link
Reference in a new issue