From 7ef2045f3f7b4be3ccbefc1d0e312cda53525bde Mon Sep 17 00:00:00 2001 From: QianyuPan Date: Wed, 28 Feb 2024 13:48:59 +0800 Subject: [PATCH] Update next.config.js --- next.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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,