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 9376c95 commit 3871c2bCopy full SHA for 3871c2b
playground/next.config.ts
@@ -4,6 +4,9 @@ import type { NextConfig } from 'next';
4
const nextConfig: NextConfig = {
5
images: {
6
domains: ['picsum.photos'] // 👈 添加允许的域名
7
+ },
8
+ typescript: {
9
+ ignoreBuildErrors: true
10
}
11
};
12
0 commit comments