Welcome
This is my first blog post. I'll be sharing tech notes and thoughts here.
About This Site
This blog is built with Next.js using SSG (Static Site Generation) mode. All content is generated as static HTML at build time.
Code Example
const greeting = "Hello, World!";
console.log(greeting);
Thanks for reading!