Axil_Accountants/src/app
Vadym Samoilenko 7b6cfaa5c2
Some checks failed
Deploy to production / SSH deploy to VPS (push) Has been cancelled
fix: wrap generateStaticParams in try/catch to survive build without DB
During Docker build the `db` host doesn't exist in the build network,
so any attempt to query Postgres in generateStaticParams fails. With the
try/catch, blog pages fall back to [] (rendered on demand) and service
pages fall back to hardcoded SERVICES_FALLBACK slugs so static pages
are still pre-generated even without a live DB.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 22:01:00 +00:00
..
(payload) feat: redesign HeroSection to 3-column MinimalistHero layout 2026-02-22 21:20:42 +00:00
(site) fix: wrap generateStaticParams in try/catch to survive build without DB 2026-02-23 22:01:00 +00:00
favicon.ico feat: project setup & repository (Feature 1) 2026-02-21 22:43:53 +00:00
globals.css feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
layout.tsx feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00