config: add Next.js configuration with standalone output and server actions
This commit is contained in:
parent
5525d69b5d
commit
36138478f8
@ -6,6 +6,11 @@ const nextConfig = {
|
|||||||
images: {
|
images: {
|
||||||
// domains: ['example.com'], // Add your image domains here if needed
|
// 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
|
// Add any other configurations needed
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user