LiquidGlass Blog
Back to Home
Tutorial
Deploying LiquidGlass Blog to Vercel
2025-08-20
1 min read
#vercel
#deployment
Build Locally
Shell
Copy
pnpm build pnpm start
Deploy Steps
Push the repo to GitHub
Import the repository in Vercel
Select the default Next.js preset
Click Deploy
Environment Variables
Add any public site URL to
NEXT_PUBLIC_SITE_URL
if needed
Tips
Use Vercel Analytics and Image Optimization
Set up a custom domain in the Vercel dashboard