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: {
|
||||
// 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