Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 643ebb4

Browse files
authored
✨ Feature: 증상검색 백엔드 연동 (#4)
* ✨ Feat: 증상 자동완성 기능 연동 * 💄 Style: Head Metadata 변경 * ✨ Feat: 증상기반 검색기능 연동 * 📦️ Chore: api 엔드포인트 변경 * 📦️ Chore: nginx 구성에 따른 호스트 주소 삭제
1 parent 9401659 commit 643ebb4

3 files changed

Lines changed: 352 additions & 281 deletions

File tree

src/app/layout.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ const geistMono = Geist_Mono({
1212
});
1313

1414
export const metadata = {
15-
title: "Create Next App",
16-
description: "Generated by create next app",
15+
title: "약품 검색 플랫폼 Yak+",
16+
description: "약품 검색 플랫폼 Yak+",
17+
icons: {
18+
icon: '/logo.svg', // SVG 경로
19+
},
1720
};
1821

1922
export default function RootLayout({ children }) {

0 commit comments

Comments
 (0)