File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ React を使って新しいアプリやウェブサイトを作成したい場
32
32
npx create-next-app@latest
33
33
</TerminalBlock >
34
34
35
- Next.js は [ Vercel] ( https://vercel.com/ ) によってメンテナンスされています。Next.js アプリは Node.js や Docker コンテナをサポートする任意のホスティングプロバイダ、もしくは自前のサーバ上に[ デプロイできます] ( https://nextjs.org/docs/app/building-your-application/deploying ) 。さらに Next.js は、サーバ必要の [ 静的エクスポート] ( https://nextjs.org/docs/app/building-your-application/deploying/static-exports ) もサポートしています。
35
+ Next.js は [ Vercel] ( https://vercel.com/ ) によってメンテナンスされています。Next.js アプリは Node.js や Docker コンテナをサポートする任意のホスティングプロバイダ、もしくは自前のサーバ上に[ デプロイできます] ( https://nextjs.org/docs/app/building-your-application/deploying ) 。さらに Next.js は、サーバ不要の [ 静的エクスポート] ( https://nextjs.org/docs/app/building-your-application/deploying/static-exports ) もサポートしています。
36
36
37
37
### React Router (v7) {/* react-router-v7* /}
38
38
You can’t perform that action at this time.
0 commit comments