Open5

Next.jsのドキュメントを読む

tokutsutokutsu

app/layout.tsx<html></html> から書けるのいいな

tokutsutokutsu

Good to know: If you forget to create layout.tsx, Next.js will automatically create this file when running the development server with next dev.

layout.tsxの作成を忘れても、next devで開発サーバーを実行すると、Next.jsが自動的にこのファイルを作成します。

へー