diff --git a/next.config.js b/next.config.js deleted file mode 100644 index 624571e..0000000 --- a/next.config.js +++ /dev/null @@ -1,11 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - images: { - domains: ['api.mmeiblog.cn'], - }, - output: 'standalone', -} - -module.exports = nextConfig - - diff --git a/next.config.mjs b/next.config.mjs new file mode 100644 index 0000000..0a7c9af --- /dev/null +++ b/next.config.mjs @@ -0,0 +1,5 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { +}; + +export default nextConfig;