kit初版,模型引入,agent优化
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
allowedDevOrigins: ["*.trycloudflare.com"],
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: "http", hostname: "localhost" },
|
||||
{ protocol: "http", hostname: "127.0.0.1" },
|
||||
{ protocol: "https", hostname: "*.trycloudflare.com" },
|
||||
{ protocol: "https", hostname: "replicate.delivery" },
|
||||
{ protocol: "https", hostname: "*.replicate.delivery" },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user