diff --git a/src/Blog/wwwroot/posts/test-blog/index.md b/src/Blog/wwwroot/posts/test-blog/index.md index 7e34c46..ad525d9 100644 --- a/src/Blog/wwwroot/posts/test-blog/index.md +++ b/src/Blog/wwwroot/posts/test-blog/index.md @@ -2,7 +2,7 @@ { "title": "Test Blog", "lead": "This is a test blog post.", - "isPublished": true, + "isPublished": false, "publishedAt": "2024-04-10", "openGraphImage": "posts/test-blog/og-image.png", }