Docs
Deployment
Build, hosting, and environment configuration.
Hosting
- The site is designed for Vercel hosting and static delivery.
- The build output includes static assets in
public/and pre-rendered routes.
Build steps
npm run buildruns the Next.js production build.npm run startserves the compiled site locally.
Environment configuration
NEXT_PUBLIC_SITE_URLcontrols canonical URLs in the sitemap.- RSS feed generation uses the deployment environment to choose the base URL.