-
-
Notifications
You must be signed in to change notification settings - Fork 16
docs(ja): translate Vercel deployment into Japanese #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@AyakaKoyama |
|
||
# Vercel | ||
|
||
Vercel にデプロイするには、`@lazarv/react-server-adapter-vercel` パッケージを使用します。Vercel およびその設定と連携するために特化して設計されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vercel およびその設定と連携するために
冒頭に「このアダプタは」と追記すると読みやすいかもしれません。
``` | ||
|
||
<Link name="configuration"> | ||
## コンフィグレーション |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他の表現に合わせて「設定」でもいいと思います!
pnpm add -D @lazarv/react-server-adapter-vercel | ||
``` | ||
|
||
次に、このアダプターを `react-server.config.mjs` ファイルに追加する必要があります: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
アダプター
adapter-apiセクションに合わせて「アダプタ」でお願いします!(複数該当箇所あり)
@AyakaKoyama 以下のように修正したのでご確認&正常であればlazarvへのマージ許可をお願いできればと思います🙇 |
@lazarv |
Translated the "Vercel" deployment documentation into Japanese.