From 6cad0c02456e85cef6662cdcfa79f087d926d544 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 21 May 2026 21:46:39 +0000 Subject: [PATCH] Set standalone install command for SEO preview Co-authored-by: Steven --- seo/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 seo/vercel.json diff --git a/seo/vercel.json b/seo/vercel.json new file mode 100644 index 0000000..efc22fb --- /dev/null +++ b/seo/vercel.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "installCommand": "pnpm install --ignore-workspace --frozen-lockfile" +}