fix: pipeline

This commit is contained in:
2026-02-16 23:08:12 +01:00
parent a2e1cc9850
commit c76c91928f
3 changed files with 12 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ export default function middleware(request: NextRequest) {
pathname.startsWith('/stats') ||
pathname.startsWith('/errors') ||
pathname.startsWith('/health') ||
pathname.startsWith('/api/og') ||
pathname.includes('/api/og') ||
pathname.includes('opengraph-image')
) {
return;