diff --git a/next.config.js b/next.config.js index dce49100e..177ff3705 100644 --- a/next.config.js +++ b/next.config.js @@ -152,14 +152,14 @@ const config = { return config; }, - async headers() { - return [ - { - source: '/:path*', - headers, - }, - ]; - }, + // async headers() { + // return [ + // { + // source: '/:path*', + // headers, + // }, + // ]; + // }, async rewrites() { return [ ...rewrites,