- solutions.ts: IP:PORT → slug.zioinfo.co.kr 서브도메인 URL로 전환 - index.html: favicon.svg + favicon.ico link 추가 - public/screenshots/: 15개 솔루션 이미지 (itsm=Playwright, 나머지=logo 폴더) - MobileScreenList: slug prop 추가 → 폰 프레임 내 실제 이미지 표시 (onError CSS 폴백) - SolutionDetailPage: solution.slug를 MobileScreenList에 전달 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
673 B
HTML
16 lines
673 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>GUARDiA Solution Portal — 지오정보기술</title>
|
|
<meta name="description" content="GUARDiA AI 기반 엔터프라이즈 솔루션 포털. ITSM·ERP·CRM·OCR·BI·PMS·RPA·Groupware·Portal·Mall·CMS·MES·ESN·HRM 15개 솔루션 소개 및 운영 가이드." />
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
|
<link rel="alternate icon" href="/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|