Remove 'taint' from experimental features in next.config

This commit removes the 'taint' feature from the experimental features list in the Next.js configuration file. This change has been made after reviewing that this feature was not required or being used in the current project.
This commit is contained in:
giancarlo
2024-05-13 22:49:11 +07:00
parent 9d30039ba8
commit f07610ad8e

View File

@@ -32,7 +32,6 @@ const config = {
},
experimental: {
mdxRs: true,
taint: true,
instrumentationHook: true,
turbo: {
resolveExtensions: ['.ts', '.tsx', '.js', '.jsx'],