bsd/next.config.js
2024-12-13 21:40:52 +08:00

12 lines
171 B
JavaScript

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