diff --git a/next.config.ts b/next.config.ts index 327fa9a..55238ac 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,9 +3,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ output: 'standalone', - experimental: { - instrumentationHook: true, - }, }; export default nextConfig;