- 更新服务器卡片样式,增加更多图标和链接类型 - 添加 Font Awesome 图标库支持 - 更新搜索栏 placeholder 文本 - 修改页面 metadata 信息 - 更新服务器列表数据,移除 jenkins 链接
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export'
|
|
};
|
|
|
|
export default nextConfig;
|