From fc6b980e67820d526aab151d1b4389d7ce8574f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 9 Oct 2025 17:55:44 +0200 Subject: [PATCH] fix: favicon --- Projects/kompose/docs/app/app.vue | 3 --- Projects/kompose/docs/content/2.installation.md | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Projects/kompose/docs/app/app.vue b/Projects/kompose/docs/app/app.vue index be865190..57fb907e 100755 --- a/Projects/kompose/docs/app/app.vue +++ b/Projects/kompose/docs/app/app.vue @@ -10,9 +10,6 @@ useHead({ meta: [ { name: 'viewport', content: 'width=device-width, initial-scale=1' } ], - link: [ - { rel: 'icon', href: '/favicon.ico' } - ], htmlAttrs: { lang: 'en' } diff --git a/Projects/kompose/docs/content/2.installation.md b/Projects/kompose/docs/content/2.installation.md index 5d2e0a4e..6029d090 100755 --- a/Projects/kompose/docs/content/2.installation.md +++ b/Projects/kompose/docs/content/2.installation.md @@ -36,7 +36,7 @@ sudo pacman -S postgresql ```bash # Clone the repository -git clone https://github.com/yourusername/kompose.git +git clone https://code.pivoine.art/valknar/kompose.git # Navigate to the directory cd kompose @@ -52,7 +52,7 @@ chmod +x kompose.sh ```bash # Download the latest release -wget https://github.com/yourusername/kompose/archive/refs/heads/main.zip +wget https://code.pivoine.art/valknar/kompose/archive/main.zip # Extract unzip main.zip @@ -275,4 +275,4 @@ rm -rf /path/to/kompose --- -**Need Help?** Check out the [Troubleshooting Guide](/guide/troubleshooting) or [open an issue](https://github.com/yourusername/kompose/issues) on GitHub. +**Need Help?** Check out the [Troubleshooting Guide](/guide/troubleshooting) or [open an issue](https://code.pivoine.art/valknar/kompose/issues) on the git repository.