diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 2658cfe..a7143db 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,8 +11,13 @@ export default defineConfig({ integrations: [react()], vite: { - plugins: [tailwindcss()] + plugins: [tailwindcss()], + build: { + chunkSizeWarningLimit: 2000 + } }, - adapter: cloudflare({}) + adapter: cloudflare({ + imageService: "compile" + }) });
\ No newline at end of file |
