Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 04 Mar 14:41
c67a351

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