Error: The "target" property is no longer supported in next.config.mjs.
Unanswered
White-throated Sparrow posted this in #help-forum
White-throated SparrowOP
HI ,how to correct the error. I need target
4 Replies
@averydelusionalperson https://nextjs.org/docs/app/api-reference/next-config-js/output
White-throated SparrowOP
yes
// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
target: 'serverless',
};
export default nextConfig;
/** @type {import('next').NextConfig} */
const nextConfig = {
target: 'serverless',
};
export default nextConfig;