From 82156d30f78672d7d54a8360781ddfd172898d0d Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 25 Feb 2026 00:01:34 +0100 Subject: [PATCH] fix: use static category for og image check to prevent db race conditions --- scripts/check-og-images.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-og-images.ts b/scripts/check-og-images.ts index f3110495..92ba3ba3 100644 --- a/scripts/check-og-images.ts +++ b/scripts/check-og-images.ts @@ -8,7 +8,7 @@ const routes = [ '/de/opengraph-image', '/en/opengraph-image', '/de/blog/opengraph-image', - '/de/api/og/product?slug=nay2y', + '/de/api/og/product?slug=low-voltage-cables', '/en/api/og/product?slug=medium-voltage-cables', ];