Matt Kane
Matt Kane
## Description Adds support for Netlify Blobs storage - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking...
Thanks for your work on this! It would be great if there could be a build for Deno. I [managed to get it working](https://github.com/ascorbic/php-edge) using the worker build, via esm.sh,...
# Summary Creates a successor to content collections with expanded use cases, including remote data sources and improved performance. ```ts // src/content/config.ts import { defineCollection, z } from "astro:content"; import...
Related to #624 Introduces the `@unpic/11ty` package, providing an Eleventy shortcode for embedding responsive images using the unpic-img library. - **Package Creation**: Adds a new package `@unpic/11ty` with dependencies on...
## Changes Adds "includedFiles" and "excludedFiles" options. These allow extra files to be deployed in the SSR function bundle. It globs these files at build time, and includes them in...
**Describe the bug** The compiled packages that are published on npm include ESM-compiled files with internal imports without the `.js` file extension. This is invalid, and is causing errors when...
## Changes Netlify Image CDN expects local images to just have the path. If passed the full URL it will need to handle domain allowlists, and it breaks locally. This...
### 📚 Subject area/topic Islands ### 📋 Suggested page - guides/framework-components - guides/server-islands ### 📋 General description or bullet points (if proposing new content) The framework components guide documents the...
- Accepted Date: 2025-03-19 - Reference Issues/Discussions: https://github.com/withastro/roadmap/discussions/1131 - Author: @ascorbic - Champion(s): @ascorbic - Implementation PR: # Astro route caching # Summary Introduce a platform-agnostic route caching API for...