Matt 9cdf7b0786
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m29s
Fix build error: Force dynamic rendering for calculator page
The calculator page was failing during build because useSearchParams()
requires a request context and cannot be used during static site generation.

Added 'export const dynamic = force-dynamic' to force dynamic rendering,
which allows useSearchParams() to work correctly for QR code parameter detection.

This fixes the build error:
"Error occurred prerendering page "/calculator""

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:34:12 +01:00
..