Skip to content

Commit 9ebc66c

Browse files
authored
docs(1044): correction of base url documentation (#1044)
1 parent feda2a4 commit 9ebc66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/url-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Environment variables should work in both build-time and runtime.
7474

7575
If you didn't set an environment variable, NuxtAuth will look for [`auth.baseURL`](/guide/application-side/configuration#baseurl) inside the `nuxt.config.ts`.
7676

77-
Note that this variable is always **static**, will only be set during runtime and can still be overriden in runtime using env variables.
77+
Note that this variable is always **static**, will only be set during build and can still be overriden in runtime using env variables.
7878

7979
Not setting `baseURL` will default to `/api/auth`.
8080

0 commit comments

Comments
 (0)