仪表盘
版本库
文件存储
活动
搜索
登录
main
/
weiwojunchen
帷幄君臣官网
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
实现对key值的功能
hongjli
2025-05-27
3a2d67fa9b765a3cad6306a0369976d4b0a0a892
[weiwojunchen.git]
/
next.config.mjs
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'via.placeholder.com',
},
],
},
};
export default nextConfig;