This is a starter Markdown post.
What to do next
- Duplicate this file and rename it to your desired slug, like
my-new-post.md. - Update the frontmatter at the top.
- Write Markdown below.
Example code
export function hello(name: string) {
return `Hello, ${name}!`;
}