Skip to content

Commit

Permalink
fix(doc): fix k8s logo url (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 16, 2024
1 parent 668e7ba commit 7e5138f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module.exports = {
description: 'Kubernetes + Flux + Istio + GitLab + Harbor',
base: '/k8s-flux-istio-gitlab-harbor/',
head: [
['link', { rel: 'icon', href: 'https://kubernetes.io/images/favicon.png' }]
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg' }]
],
themeConfig: {
displayAllHeaders: true,
lastUpdated: true,
repo: 'ruzickap/k8s-flux-istio-gitlab-harbor',
docsDir: 'docs',
editLinks: true,
logo: 'https://kubernetes.io/images/favicon.png',
logo: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg',
nav: [
{ text: 'Home', link: '/' },
{
Expand Down

0 comments on commit 7e5138f

Please sign in to comment.