Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 99ea157

Browse files
authored
fix(doc): fix k8s logo url (#175)
1 parent 17dc0bc commit 99ea157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module.exports = {
33
description: 'Kubernetes + Flagger + Flux + Istio',
44
base: '/k8s-flagger-istio-flux/',
55
head: [
6-
['link', { rel: 'icon', href: 'https://kubernetes.io/images/favicon.png' }]
6+
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg' }]
77
],
88
themeConfig: {
99
displayAllHeaders: true,
1010
lastUpdated: true,
1111
repo: 'ruzickap/k8s-flagger-istio-flux',
1212
docsDir: 'docs',
1313
editLinks: true,
14-
logo: 'https://kubernetes.io/images/favicon.png',
14+
logo: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg',
1515
nav: [
1616
{ text: 'Home', link: '/' },
1717
{

0 commit comments

Comments
 (0)