For astro, you can try adding ```js build: { format: 'file', },``` to your astro con

For astro, you can try adding
    build: {
        format: 'file',
    },

to your astro config
Was this page helpful?