diff --git a/packages/astro/test/fixtures/plain-markdown/src/pages/post-draft.md b/packages/astro/test/fixtures/plain-markdown/src/pages/post-draft.md index 2266cfe57..92f314692 100644 --- a/packages/astro/test/fixtures/plain-markdown/src/pages/post-draft.md +++ b/packages/astro/test/fixtures/plain-markdown/src/pages/post-draft.md @@ -2,7 +2,7 @@ layout: ../layouts/content.astro title: My Blog Post description: This is a post about some stuff. -published: true +draft: true --- ## Interesting Topic