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" +}