Skip to content

Commit

Permalink
docs: add region parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelschroederdev committed Oct 27, 2022
1 parent ab63fec commit 7b74270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export default defineNuxtConfig({

#### Options

When you initialize the module, you can pass all [_@storyblok/vue_ options](https://github.com/storyblok/storyblok-vue#storyblok-api) plus a `useApiClient` options:
When you initialize the module, you can pass all [_@storyblok/vue_ options](https://github.com/storyblok/storyblok-vue#storyblok-api) plus a `useApiClient` option. For spaces created in the United States, you have to set the `region` parameter accordingly `{ apiOptions: { region: 'us' } }`.


```js
// Defaults
Expand Down

0 comments on commit 7b74270

Please sign in to comment.