프로젝트 이름을 PLM 솔루션에서 WACE 솔루션으로 수정

This commit is contained in:
hyeonsu
2025-09-02 09:37:51 +09:00
parent 31d25268ce
commit 302dac97df
12 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
*/
export const LAYOUT_CONFIG = {
COMPANY_NAME: "PLM 솔루션",
COMPANY_NAME: "WACE 솔루션",
API_BASE_URL: process.env.NEXT_PUBLIC_API_URL || "http://localhost:8080",
ENDPOINTS: {
+1 -1
View File
@@ -51,7 +51,7 @@ export const PAGE_INFO: Record<string, PageInfo> = {
// 기본값 (매핑되지 않은 페이지)
default: {
title: "PLM 솔루션",
title: "WACE 솔루션",
description: "제품 수명 주기 관리 시스템",
},
};