v1.26.1
Fix
Disable edge middleware for production builds
- Updated Astro configuration to set edgeMiddleware to false for production, reverting the previous enhancement to improve compatibility and stability.
Feature
Enable edge middleware for production and enhance layout preconnects
- Updated Astro configuration to enable edge middleware for production builds, improving performance.
- Added preconnect links in the layout to external services, reducing latency for resource loading.
- Modified cache control settings in the API to extend caching duration and improve response times.
