Deploy the Next.js site to Vercel with proper checks and deployment
/plugin marketplace add sati-technology/sati-claude-marketplace/plugin install sati-technology-nextjs-mdx-website-plugins-nextjs-mdx-website@sati-technology/sati-claude-marketplace# Deploy to Vercel Deploys the Next.js website to Vercel after running build checks and linting. ## Usage /deploy-vercel [environment] Environments: - `preview` - Deploy to preview environment (default) - `production` - Deploy to production ## What This Does 1. **Pre-deployment checks**: - Runs `npm run lint` to check for code issues - Runs `npm run build` to ensure production build works - Checks for TypeScript errors 2. **Deployment**: - Uses Vercel CLI or GitHub integration - Deploys to specified environment - Shows deployment URL when complete 3. **Post-deploym...