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 3871c2b commit 5b5a05cCopy full SHA for 5b5a05c
playground/next.config.ts
@@ -2,6 +2,9 @@ import { initOpenNextCloudflareForDev } from '@opennextjs/cloudflare';
2
import type { NextConfig } from 'next';
3
4
const nextConfig: NextConfig = {
5
+ eslint: {
6
+ ignoreDuringBuilds: true
7
+ },
8
images: {
9
domains: ['picsum.photos'] // 👈 添加允许的域名
10
},
0 commit comments