Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GeunSam2 committed Sep 2, 2024
1 parent 14909b0 commit 6a48353
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme.config.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
logo: <span>KT 클라우드네이티브 실습</span>,
project: { link: 'https://github.com/devPracticeCenter/kt_cloud_cicd_basic' },
docsRepositoryBase: 'https://github.com/devPracticeCenter/kt_cloud_cicd_basic/tree/main',
logo: <span>CICD HandsOn</span>,
project: { link: 'https://github.com/devPracticeCenter/hands-on-expert' },
docsRepositoryBase: 'https://github.com/devPracticeCenter/hands-on-expert/tree/main',

head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="KT 클라우드네이티브 실습" />
<meta property="og:description" content="KT 클라우드네이티브 실습" />
<meta property="og:title" content="CICD HandsOn" />
<meta property="og:description" content="CICD HandsOn" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/138947630?s=200&v=4" />
<meta property="og:url" content="https://github.com/devPracticeCenter/kt_cloud_cicd_basic" />
<meta property="og:url" content="https://github.com/devPracticeCenter/hands-on-expert" />
<meta property="og:type" content="website" />
</>
),
Expand Down

0 comments on commit 6a48353

Please sign in to comment.