``` compress({ exclude: [(file: string) => file.includes('/_astro/') && (file.endsWith('.png') || file.endsWith('.jpg') || file.endsWith('.jpeg'))], }), ``` I've the above option set, yet it compresses the png files in the _astro folder
I've the above option set, yet it compresses the png files in the _astro folder