This commit is contained in:
mei 2024-12-14 07:14:57 +08:00
parent 906a8b14ec
commit f0b6e54cc0
2 changed files with 5 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['api.mmeiblog.cn'],
},
output: 'standalone',
}
module.exports = nextConfig

5
next.config.mjs Normal file
View File

@ -0,0 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
};
export default nextConfig;