fix: remove legacy CMS health checks and update verification routes

This commit is contained in:
2026-05-04 19:36:34 +02:00
parent 7fbe4f610f
commit 9df537caff
3 changed files with 3 additions and 144 deletions

View File

@@ -8,8 +8,8 @@ const routes = [
'/de/opengraph-image',
'/en/opengraph-image',
'/de/blog/opengraph-image',
'/de/api/og/product?slug=low-voltage-cables',
'/en/api/og/product?slug=medium-voltage-cables',
'/de/kontakt/opengraph-image',
'/en/contact/opengraph-image',
];
async function verifyImage(path: string): Promise<boolean> {