Hello World
introastro
Hello World
This is the first sample post. It exists to test the blog module.
- Content collection:
blog - Loader: glob over
src/content/blog/**/*.{md,mdx} - Schema: validated at build time
Edit this file or add new .md files next to it. Each becomes a route under
/blog/<id> automatically.
Code renders too
export const sum = (a: number, b: number) => a + b;
Done.