chore: AFFiNE 서비스 항목 제거

This commit is contained in:
caadiq 2026-02-07 17:41:19 +09:00
parent 3e91702198
commit f1a0b7e87e

View file

@ -6,7 +6,6 @@ import {
Server, Server,
Download, Download,
GitBranch, GitBranch,
FileText,
Zap, Zap,
Monitor, Monitor,
FolderCode, FolderCode,
@ -115,13 +114,6 @@ export const serviceCategories = [
icon: Download, icon: Download,
url: "https://ffmpeg.caadiq.co.kr", url: "https://ffmpeg.caadiq.co.kr",
}, },
{
id: "affine",
title: "AFFiNE",
desc: "문서 및 노트 관리",
icon: FileText,
url: "https://affine.caadiq.co.kr",
},
], ],
}, },
]; ];
@ -131,7 +123,7 @@ export const serviceCategories = [
* 백엔드 상태 체크 등에서 사용됩니다. * 백엔드 상태 체크 등에서 사용됩니다.
*/ */
export const serviceList = serviceCategories.flatMap( export const serviceList = serviceCategories.flatMap(
(category) => category.services (category) => category.services,
); );
// 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬 // 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬