You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/advanced/url-resolutions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Environment variables should work in both build-time and runtime.
74
74
75
75
If you didn't set an environment variable, NuxtAuth will look for [`auth.baseURL`](/guide/application-side/configuration#baseurl) inside the `nuxt.config.ts`.
76
76
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.
78
78
79
79
Not setting `baseURL` will default to `/api/auth`.
0 commit comments