We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec315c7 commit 90bb37dCopy full SHA for 90bb37d
playground/next.config.ts
@@ -1,7 +1,9 @@
1
import type { NextConfig } from 'next';
2
3
const nextConfig: NextConfig = {
4
- /* config options here */
+ images: {
5
+ domains: ['picsum.photos'] // 👈 添加允许的域名
6
+ }
7
};
8
9
export default nextConfig;
0 commit comments