Hello markdown
This file lives at src/notes/hello.md, so it renders at /notes/hello.
Add more Markdown files under src/ and the router will pick them up at build time.
const route = "src/path/to/file.md";
A tiny starter post showing the markdown route setup.
This file lives at src/notes/hello.md, so it renders at /notes/hello.
Add more Markdown files under src/ and the router will pick them up at build time.
const route = "src/path/to/file.md";