mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Remove "Redeploy on Vercel" button
This commit is contained in:
parent
e0608d583e
commit
c20cd7e6de
@ -150,7 +150,7 @@ export default function PageClient() {
|
||||
action: (
|
||||
<div className="space-y-2 text-sm text-muted-foreground">
|
||||
<Typography variant="secondary" className="text-sm">
|
||||
In Vercel → Settings → Environment Variables, copy-paste your environment variables into the input fields.
|
||||
In Vercel → <your-project> → Settings → Environment Variables, copy-paste your environment variables into the input fields.
|
||||
</Typography>
|
||||
</div>
|
||||
),
|
||||
@ -163,13 +163,8 @@ export default function PageClient() {
|
||||
description: "Trigger a new build so Stack Auth can read the variables.",
|
||||
action: (
|
||||
<div className="flex flex-col gap-3">
|
||||
<Button asChild variant="secondary">
|
||||
<StyledLink href="https://vercel.com/dashboard/deployments" target="_blank">
|
||||
Redeploy project
|
||||
</StyledLink>
|
||||
</Button>
|
||||
<Typography variant="secondary" className="text-sm">
|
||||
Redeploy both preview and production projects if they share the same Stack Auth project.
|
||||
In Vercel → <your-project> → Deployments, redeploy both preview and production projects if they share the same Stack Auth project.
|
||||
</Typography>
|
||||
</div>
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user