From 3a03411e93138e04db5f3c83688dff94f623aa12 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Mon, 20 Mar 2023 17:30:22 +0800 Subject: [PATCH] Remove useless commnet --- next.config.mjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 20a46da..b612248 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -18,13 +18,6 @@ const nextConfig = { removeConsole: process.env.NODE_ENV === 'production', }, // assetPrefix: isExport ? './' : undefined, - // images: - // process.env.NEXT_BUILD === 'export' - // ? { - // loader: 'imgix', - // path: 'https://rua.plus/', - // } - // : {}, pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'], };