lambda-packages
lambda-packages copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
## Changes When multiple links where prefetched the same CSS files where fetched multiple times as well. This PR changes the behaviour so that a CSS file is not fetched...
### What version of `astro` are you using? v1.1.6 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
## Changes - Add `MDXLayoutProps` utility to MDX README. Includes difference with `MarkdownLayoutProps`, and advises using `MarkdownLayoutProps` instead when sharing a layout across `.md` and `.mdx`. - Add "layout props"...
## Changes - Allow astro-island to handle Uint8Array/Uint16Array/Uint32Array correctly - Currently, for example, `new Uint8Array([1,2,3])` is handled as `{0: 1, 1: 2, 2: 3}` and loses the type ## Testing...
### What version of `astro` are you using? latest ### Are you using an SSR adapter? If so, which one? n/a ### What package manager are you using? npm ###...
## Changes - Adds support for using `fetch` behind an HTTP proxy. - Users can now configure the http proxy through the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables. ## Testing...
### What version of `astro` are you using? 1.0.6 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...
### What version of `astro` are you using? 1.2.1 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn classic...
This follows the same pattern used in https://github.com/withastro/astro/blob/main/examples/blog/src/pages/blog.astro#L8. Without adding `mdx` here, only some blog posts will be part of the rss.xml file. ## Changes This makes sure that the...
### What version of `astro` are you using? 1.1.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...