feat: scaffold headless frontend integration per design doc
This commit is contained in:
+8
-1
@@ -1,7 +1,14 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
// Wagtail 后端媒体地址(开发环境 + 生产环境国内 OSS/CDN 域名)。
|
||||
// 详见 documents/设计方案分析与完善版.md §2.3。
|
||||
remotePatterns: [
|
||||
{ protocol: "http", hostname: "localhost" },
|
||||
{ protocol: "https", hostname: "**" },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user