LoginSignup
5
4

More than 5 years have passed since last update.

NowでTokyo リージョンを使う方法

Posted at

Now in Tokyo
ということで、zeit の Now で東京リージョンが追加されました。
今までは、サンフランシスコとかにしかなかったのが、東京にできたので速度的にも嬉しくなりそうです。
Regions and Providers

早速試してみました。

now.json の設定方法

試してみるには、now.json"regions": ["hnd1"]を追加するだけです。
これで Now にデプロイすれば、東京リージョンにデプロイされます。

configuration regions

{
  "version": 2,
  "name": "XXX",
  "alias": "XXX.now.sh",
  "builds": [{ "src": "package.json", "use": "@now/static-build" }],
  "regions": ["hnd1"]
}

確認方法

Now のダッシュボードからデプロイしたプロジェクトを選択して、
対象の URL の Deployment Overview をみると確認できるようです。

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4