Skip to content

Commit

Permalink
docs: add region hing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Nov 29, 2022
1 parent 8a7a61b commit bb38b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ import { storyblokInit, apiPlugin } from "@storyblok/js";
const { storyblokApi } = storyblokInit({
accessToken: "YOUR_ACCESS_TOKEN",
use: [apiPlugin],
// if you are using a space located in US region, use apiOptions.region:
// apiOptions: {
// region: "us" // region code here
// }
});
```

Expand Down

0 comments on commit bb38b56

Please sign in to comment.