doc: updated next.config.js file
This commit is contained in:
+10
-2
@@ -1,4 +1,12 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
serverActions: true,
|
||||
serverComponentsExternalPackages: ["mongoose"],
|
||||
},
|
||||
images: {
|
||||
domains: ["m.media-amazon.com"],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user