revert: remove custom SEO image optimization endpoint and sharp dependency
- Remove sharp@0.34.5 dependency and related lock file entries - Delete /api/seo-image endpoint for server-side image processing - Replace toSeoImageUrl with toAbsoluteSeoImageUrl for direct absolute URL resolution - Remove host validation and fallback logic from SEO image handling - Simplify buildDynamicPostHref to only normalize path without query parameters - Remove id and categoryId query parameters from article URLs in
Showing
| ... | ... | @@ -58,7 +58,6 @@ |
| "react-dom": "19.2.0", | ||
| "react-hook-form": "^7.65.0", | ||
| "react-resizable-panels": "^3.0.6", | ||
| "sharp": "0.34.5", | ||
| "sonner": "^2.0.7", | ||
| "swiper": "^12.0.3", | ||
| "tailwind-merge": "^3.3.1", | ||
| ... | ... |
Please register or sign in to comment