File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 39
39
* [ Store] ( #store-nuxtserverinit )
40
40
* [ Store Actions] ( #store-actions )
41
41
* [ Options] ( #options )
42
- * [ baseURL] ( #baseURL )
42
+ * [ Prefix, Host and port] ( #prefix-host-and-port )
43
+ * [ baseURL] ( #baseurl )
43
44
* [ browserBaseURL] ( #browserbaseurl )
44
45
* [ credentials] ( #credentials )
45
46
* [ debug] ( #debug )
@@ -159,15 +160,15 @@ Default value of `prefix` is `/`.
159
160
160
161
* Default: ` http://[HOST]:[PORT][PREFIX] `
161
162
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 .
163
164
164
165
Environment variable ` API_URL ` can be used to ** override** ` baseURL ` .
165
166
166
167
### ` browserBaseURL `
167
168
168
169
* Default: ` baseURL ` (or ` prefix ` when ` options.proxyMode ` is ` true ` )
169
170
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 .
171
172
172
173
Environment variable ` API_URL_BROWSER ` can be used to ** override** ` browserBaseURL ` .
173
174
You can’t perform that action at this time.
0 commit comments