diff --git a/app/calculator/page.tsx b/app/calculator/page.tsx index 7007917..3f5adac 100644 --- a/app/calculator/page.tsx +++ b/app/calculator/page.tsx @@ -1,6 +1,9 @@ import type { Metadata } from 'next'; import { CalculatorClient } from '../../components/CalculatorClient'; +// Force dynamic rendering since we need to read URL search parameters +export const dynamic = 'force-dynamic'; + export const metadata: Metadata = { title: 'Carbon Calculator', description: 'Calculate your yacht\'s carbon footprint and purchase verified carbon offsets. Enter fuel usage or nautical miles to get accurate CO2 emissions calculations and offset options.',