diff --git a/frontend/src/data/services.js b/frontend/src/data/services.js index 98a5735..65c006c 100644 --- a/frontend/src/data/services.js +++ b/frontend/src/data/services.js @@ -6,7 +6,6 @@ import { Server, Download, GitBranch, - FileText, Zap, Monitor, FolderCode, @@ -115,13 +114,6 @@ export const serviceCategories = [ icon: Download, 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( - (category) => category.services + (category) => category.services, ); // 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬