config: add Next.js configuration with standalone output and server actions
This commit is contained in:
parent
5525d69b5d
commit
36138478f8
@ -7,6 +7,11 @@ const nextConfig = {
|
||||
// domains: ['example.com'], // Add your image domains here if needed
|
||||
},
|
||||
|
||||
serverActions: {
|
||||
bodySizeLimit: '10mb', // Or your desired limit, e.g., '5mb', '20mb'
|
||||
},
|
||||
|
||||
|
||||
// Add any other configurations needed
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user