github withastro/astro @astrojs/partytown@2.1.4

latest releases: astro@5.4.2, @astrojs/vercel@8.1.1, @astrojs/db@0.14.8...
one day ago

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/';
    		}
    	})]
    })

Don't miss a new astro release

NewReleases is sending notifications on new releases.