Skip to content

Commit c296c95

Browse files
authored
Fix server.js path and update Stripe Pro Price ID
Corrected the destination path for the server file and updated the Stripe Pro Price ID.
1 parent 9c7c10f commit c296c95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"routes": [
1010
{
1111
"src": "/(.*)",
12-
"dest": "/server.js"
12+
"dest": "server.js" // <-- Corrected: No leading slash
1313
}
1414
],
1515
"env": {
@@ -19,7 +19,7 @@
1919
"STRIPE_SECRET_KEY": "@stripe_secret_key",
2020
"STRIPE_WEBHOOK_SECRET": "@stripe_webhook_secret",
2121
"STRIPE_CREATOR_PRICE_ID": "@stripe_creator_price_id",
22-
"STRIPE_PRO_PRICE_ID": "@stripe_pro_price_id",
22+
"STRIPE_PRO_PRICE_ID": "@stripe_pro_id",
2323
"FRONTEND_URL": "@frontend_url"
2424
}
2525
}

0 commit comments

Comments
 (0)