eba4e31d38
fix: update meta handling in AnnuncioDettaglio and improve error messages in getAnnunciByCod and getAnnunciMetaByCod
2025-08-27 10:56:13 +02:00
f20869d7fe
fix: enhance error handling by including error messages in TRPCError responses
2025-08-27 10:19:49 +02:00
7a1f4ade54
Replace error throw with console error and return null for missing announcement by code
2025-08-19 14:00:09 +02:00
9b44cad8eb
Refactor pagination logic in AnnunciList and update API to use page and pageSize parameters for improved data fetching
2025-08-08 16:55:02 +02:00
0744d032a3
Refactor getAnnunciMetaByCod to remove unused url_immagini and simplify ogImage handling
2025-08-08 13:44:52 +02:00
7bfef22f80
Enhance Open Graph support by adding meta data retrieval and updating robots.txt for better SEO
2025-08-08 13:30:21 +02:00
8d4f51aaf8
Add Open Graph support with @vercel/og integration and related updates
2025-08-08 11:34:33 +02:00
8f629c272a
Add Open Graph meta tags for improved SEO and social sharing
...
Implement API route for fetching images with caching support
Fix cover image URL handling in getAnnunciByCod function
2025-08-08 10:27:21 +02:00
9314026817
refactor: update zod imports to version 4 and adjust error handling
...
- Changed all zod imports from "zod" to "zod/v4" across multiple files.
- Updated error handling in forms to use new zod error configuration.
- Refactored custom error mapping to align with zod v4 changes.
- Adjusted password validation logic to utilize new zod features.
- Cleaned up unused locale error mapping code.
- Enhanced type definitions for async iterables in zod utility functions.
2025-08-07 14:50:40 +02:00
29c64c7e39
init
2025-08-04 17:45:44 +02:00