By: Tanner Campbell
When deploying a Nuxt SSR v3 site to Vercel and you are using PNPM there are a few changes you will need to override in the Vercel deployment config.
Build Command: pnpm run build
Output Directory: .output
Install Command: pnpm install
