Skip to content

Commit

Permalink
fix: upload bigger photos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Patek committed Feb 9, 2025
1 parent 80be8c5 commit 6ede95c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: {
bodySizeLimit: "5mb",
},
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit 6ede95c

Please sign in to comment.