REFACTOR(app): remove duplicated lighthouse

- Remove duplicate Lighthouse config
- Clean up configuration
This commit is contained in:
2025-11-24 21:02:34 +09:00
parent 70995df42d
commit 703d14f2bb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/portfolio - name: ghcr.io/mayne0213/portfolio
newTag: newTag: main-sha-d3388f0
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -77,7 +77,7 @@ export default function Skills() {
icon={Globe} icon={Globe}
title="Performance & Digital Presence" title="Performance & Digital Presence"
description="Performance Testing, Digital Presence, SEO, Accessibility, and more." description="Performance Testing, Digital Presence, SEO, Accessibility, and more."
skills={['Lighthouse', 'Google Lighthouse', 'Google Search Console', 'Google Analytics', 'Google Tag Manager']} skills={['Lighthouse', 'Google Search Console', 'Google Analytics', 'Google Tag Manager']}
/> />
<SkillCard <SkillCard
icon={Router} icon={Router}