fix
This commit is contained in:
parent
906a8b14ec
commit
f0b6e54cc0
@ -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
5
next.config.mjs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {
|
||||||
|
};
|
||||||
|
|
||||||
|
export default nextConfig;
|
Loading…
Reference in New Issue
Block a user