diff --git a/astro.config.mjs b/astro.config.mjs index a9a66ad..aea45ff 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,6 +9,13 @@ export default defineConfig({ integrations: [react(), tailwind({ applyBaseStyles: false })], + build: { + rollupOptions: { + external: [ + "sharp" + ] + } + }, output: "server", adapter: vercel() }); diff --git a/bun.lockb b/bun.lockb index a8593f6..624371d 100755 Binary files a/bun.lockb and b/bun.lockb differ