From a2c37759b6e3bc8176c8ff2916363b833eb1bcf4 Mon Sep 17 00:00:00 2001 From: Leif Hagen Date: Tue, 13 Jan 2026 12:11:44 -0500 Subject: [PATCH 1/2] fix: correct property v2 link destination --- content/docs/documentation/property-search.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/documentation/property-search.mdx b/content/docs/documentation/property-search.mdx index 2424fe0..5b80227 100644 --- a/content/docs/documentation/property-search.mdx +++ b/content/docs/documentation/property-search.mdx @@ -8,8 +8,8 @@ The Property Search API returns ownership and resident information for a given p **V2 API Available**: We recommend using the [V2 Property - API](/references/property/search_property_by_address_v2) for new integrations. - The V2 API provides improved data structure and additional features. + API](/references/property-v2/search_property_v2) for new integrations. The V2 + API provides improved data structure and additional features. ## Make Your First Request From 8cc9ca96f25e3e79ab7a6e6f320c78830bdf3d02 Mon Sep 17 00:00:00 2001 From: Leif Hagen Date: Tue, 13 Jan 2026 12:17:51 -0500 Subject: [PATCH 2/2] fix: opengraph default image on link share --- src/app/og/[...slug]/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/og/[...slug]/route.tsx b/src/app/og/[...slug]/route.tsx index 362b1fc..8d4d5d9 100644 --- a/src/app/og/[...slug]/route.tsx +++ b/src/app/og/[...slug]/route.tsx @@ -17,7 +17,7 @@ export async function GET( , { width: 1200,