返回文章列表

Hello World

Next.jsMDX

This is the first post in the new filesystem-backed content layer. If this file exists under content/posts, it is automatically listed on the homepage.

Why this setup

The filesystem is the single source of truth, so publishing is as simple as adding or removing an .mdx file.

tsx
export function HelloWorld() {
  return <p>Upload equals publish.</p>;
}

相关文章