diff --git a/svelte.config.js b/svelte.config.js index 6802bb3..5d79c95 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,6 +8,7 @@ const config = { }, kit: { adapter: adapter(), + bodySizeLimit: 10485760, // 10MB limit for uploads (e.g. photos taken from tablets) typescript: { config: (config) => ({ ...config,