Set standalone install command for SEO preview

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 21:46:39 +00:00
parent 31ede5c9be
commit 6cad0c0245

4
seo/vercel.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"installCommand": "pnpm install --ignore-workspace --frozen-lockfile"
}