Hello World
Hello World
This is a test post authored as Markdoc and rendered to HTML during the Astro SSG build using createReader from @keystatic/core/reader.
Why this exists
This file verifies Test 4 of the test plan:
createReader(process.cwd(), config)finds content incontent/posts/reader.collections.posts.list()returns slugsreader.collections.posts.read(slug)returns parsed entry dataMarkdoc.render(entry.content.node)produces renderable outputMarkdoc.renderers.html(...)produces the final HTML
If you can read this paragraph on /local-posts, the SSG path works.