All release notes

v1.26.1

1 feature, 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.

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.