Remove useless commnet

This commit is contained in:
DefectingCat
2023-03-20 17:30:22 +08:00
parent b15ba9a538
commit 3a03411e93

View File

@ -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'],
};