Hello World

Welcome to my blog

This is my first post using MDX. No more Sanity overhead!

Why MDX?

  • Simple markdown files
  • Version controlled with git
  • No external dependencies
  • Fast builds
const hello = () => {
  console.log('Hello, World!');
};

That's it. Simple and clean.