Next.js Discord

Discord Forum

Error: The "target" property is no longer supported in next.config.mjs.

Unanswered
White-throated Sparrow posted this in #help-forum
Open in Discord
White-throated SparrowOP
HI ,how to correct the error. I need target

4 Replies

you want this ig?
// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
target: 'serverless',
};

export default nextConfig;