diff --git a/apps/www/src/content/posts/test-draft.md b/apps/www/src/content/posts/test-draft.md new file mode 100644 index 0000000..9d22d9e --- /dev/null +++ b/apps/www/src/content/posts/test-draft.md @@ -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`