Skip to content

Commit 672dbb9

Browse files
author
Pooya Parsa
committed
update docs
1 parent 533cf4e commit 672dbb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
* [Store](#store-nuxtserverinit)
4040
* [Store Actions](#store-actions)
4141
* [Options](#options)
42-
* [baseURL](#baseURL)
42+
* [Prefix, Host and port](#prefix-host-and-port)
43+
* [baseURL](#baseurl)
4344
* [browserBaseURL](#browserbaseurl)
4445
* [credentials](#credentials)
4546
* [debug](#debug)
@@ -159,15 +160,15 @@ Default value of `prefix` is `/`.
159160

160161
* Default: `http://[HOST]:[PORT][PREFIX]`
161162

162-
Base URL is required for requests in server-side & SSR and prepended to all axios requests.
163+
Base URL which is used and prepended to make requests in server side.
163164

164165
Environment variable `API_URL` can be used to **override** `baseURL`.
165166

166167
### `browserBaseURL`
167168

168169
* Default: `baseURL` (or `prefix` when `options.proxyMode` is `true`)
169170

170-
Base URL which is used in client side and prepended to all axios requests.
171+
Base URL which is used and prepended to make requests in client side.
171172

172173
Environment variable `API_URL_BROWSER` can be used to **override** `browserBaseURL`.
173174

0 commit comments

Comments
 (0)