Hello, world
This is a placeholder post. To publish a new one, add a Markdown file to
src/content/blog/ with the same frontmatter fields as this file
(title, description, date, and optionally draft: true to hide it).
Posts are listed on the home page from newest to oldest, and each file’s
name becomes its URL: hello-world.md is served at /blog/hello-world/.
Formatting
Standard Markdown works: bold, italics, links, lists, and code blocks.
console.log("Hello, world");