A static website for Riddhi Medical clinic, Ahmedabad.
npm i -g vercel
vercelFollow the prompts — Vercel will auto-detect it as a static site.
- Go to vercel.com/new
- Drag the entire
riddhi-medicalfolder onto the page - Click Deploy
- Push this folder to a GitHub repo
- Go to vercel.com/new
- Import the GitHub repo
- Click Deploy — Vercel auto-deploys on every push
riddhi-medical/
├── index.html # Main site (single-page)
├── images/ # All image assets
│ └── clinic/ # Clinic gallery images
└── vercel.json # Vercel config (caching, security headers)
cleanUrls– removes.htmlextension from URLstrailingSlash: false– consistent URL format- Image caching – sets 1-year cache on
/images/*for faster load times - Security headers – XSS protection, content-type sniffing prevention