Astro: @astrojs/[email protected] Release

Release date:
March 4, 2025
Previous version:
@astrojs/[email protected] (released January 2, 2025)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

Could not determine top contributors for this release.

Directory Browser for @astrojs/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Patch Changes

  • #13109 5c0e0ea Thanks @arnottferels! - Adds support for config.lib, which allows changing the destination of the files:

    export default defineConfig({
        integrations: [partytown({
            config: {
    +           lib: '/assets/lib/~partytown/';
            }
        })]
    })