仪表盘
版本库
文件存储
活动
搜索
登录
main
/
weiwojunchen
帷幄君臣官网
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
主页优化
hongjli
2025-04-08
6e75377a366ac6efffc3356691d380019ba9fac9
[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;