first commit
This commit is contained in:
14
next.config.ts
Normal file
14
next.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { NextConfig } from 'next'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
// 允许所有来源访问开发服务器
|
||||
allowedDevOrigins: ['*'],
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
Reference in New Issue
Block a user