From 6ca9b58f1ee4992d217b646c607869b64da63fe0 Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 29 Jan 2026 01:44:22 +0000 Subject: [PATCH] test: add test draft post --- apps/www/src/content/posts/test-draft.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/www/src/content/posts/test-draft.md 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`