We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b2b2e commit 47e6192Copy full SHA for 47e6192
docs/guide/advanced/deployment/vercel.md
@@ -12,7 +12,7 @@ This variable is avalible at both build and run-time. Therefore you can referenc
12
export default defineNuxtConfig({
13
modules: ['@sidebase/nuxt-auth'],
14
auth: {
15
- baseURL: process.env.VERCEL_URL ? `https://${VERCEL_URL}/api/auth` : undefined
+ baseURL: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}/api/auth` : undefined
16
}
17
})
18
```
0 commit comments